Fix group in builtin recipe UI tree

Because it say `en-Us` rather than `en` or `en-us` it appears in a branch on its own.

Since this site is web -design oriented and not specific to the USA, I have chosen to change it to `en` rather than `en-us` so it appears under English rather than English (United States).

Note: This is one of many language tweaks that are needed to clean up the UI. I will try to do as many as I can - please advise whether you would like them submitted as a single PR or in individual PRs.
This commit is contained in:
Sophist 2023-06-30 20:41:17 +01:00 committed by GitHub
parent ca2b4e02ed
commit 170409f9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ class HighCountryNews(BasicNewsRecipe):
publisher = 'High Country News'
category = 'News, Politics, Social, Nature, Environmental, Western United States, Native American'
timefmt = ' [%a, %d %b %Y]'
language = 'en-Us'
language = 'en'
encoding = 'UTF-8'
publication_type = 'newspaper'
oldest_article = 30