From 170409f9e7767030d0f0b7090267df5096f87934 Mon Sep 17 00:00:00 2001 From: Sophist <3001893+Sophist-UK@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:41:17 +0100 Subject: [PATCH] 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. --- recipes/high_country_news.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/high_country_news.recipe b/recipes/high_country_news.recipe index d95834e8e9..971e2ca4a4 100644 --- a/recipes/high_country_news.recipe +++ b/recipes/high_country_news.recipe @@ -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