mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
ca2b4e02ed
commit
170409f9e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user