SIGN IN SIGN UP

feat(reader): inherit feed language on RSS, RDF, and JSON Feed entries

Entries without their own language now take the feed-level value,
matching the behaviour introduced for Atom. For JSON Feed this is
spec-mandated: an item declares a language only when it differs from
the primary language of the feed. For RSS and RDF, items are part of
the channel's content, and API consumers previously saw an empty
entries.language even when the channel declared one.

The RSS channel now also reads <dc:language>: hybrid feeds commonly
declare the channel language via Dublin Core instead of <language>.
F
Fred committed
5f710f916d4e6ee9fb0f308904eab9cd0f8d505f
Parent: 65cd6cd