diff --git a/recipes/asianreviewofbooks.recipe b/recipes/asianreviewofbooks.recipe index f0912d8d98..0763f040ea 100644 --- a/recipes/asianreviewofbooks.recipe +++ b/recipes/asianreviewofbooks.recipe @@ -18,7 +18,7 @@ class AsianReviewOfBooks(BasicNewsRecipe): no_stylesheets = True use_embedded_content = False encoding = 'cp1252' - language = 'en_HK' + language = 'en_CN' publication_type = 'magazine' masthead_url = 'http://www.asianreviewofbooks.com/new/images/mob_arb.png' extra_css = """ @@ -45,7 +45,7 @@ class AsianReviewOfBooks(BasicNewsRecipe): def print_version(self, url): root, sep, artid = url.rpartition('?ID=') return root + 'getarticle.php?articleID=' + artid + '&stats=web' - + def preprocess_raw_html(self, raw, url): return 'title' + raw + '' - \ No newline at end of file + diff --git a/src/calibre/utils/localization.py b/src/calibre/utils/localization.py index 86de49c03f..a6ab860fc3 100644 --- a/src/calibre/utils/localization.py +++ b/src/calibre/utils/localization.py @@ -184,7 +184,6 @@ _extra_lang_codes = { 'pt_BR' : _('Brazilian Portuguese'), 'en_GB' : _('English (UK)'), 'zh_CN' : _('Simplified Chinese'), - 'zh_HK' : _('Chinese (HK)'), 'zh_TW' : _('Traditional Chinese'), 'en' : _('English'), 'en_US' : _('English (United States)'), @@ -207,7 +206,6 @@ _extra_lang_codes = { 'en_PK' : _('English (Pakistan)'), 'en_PL' : _('English (Poland)'), 'en_HR' : _('English (Croatia)'), - 'en_HK' : _('English (Hong Kong)'), 'en_HU' : _('English (Hungary)'), 'en_ID' : _('English (Indonesia)'), 'en_IL' : _('English (Israel)'),