summaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar/web.py')
-rw-r--r--fatcat_scholar/web.py15
1 files changed, 14 insertions, 1 deletions
diff --git a/fatcat_scholar/web.py b/fatcat_scholar/web.py
index 2193746..5020bf1 100644
--- a/fatcat_scholar/web.py
+++ b/fatcat_scholar/web.py
@@ -27,7 +27,20 @@ from fatcat_scholar.schema import ScholarDoc
logger = logging.getLogger()
-I18N_LANG_TRANSLATIONS = ["de", "zh", "ru", "ar", "fr", "es", "nb", "hr"]
+I18N_LANG_TRANSLATIONS = [
+ "ar",
+ "de",
+ "es",
+ "fa",
+ "fr",
+ "hr",
+ "it",
+ "nb",
+ "nl",
+ "pt",
+ "ru",
+ "zh",
+]
I18N_LANG_OPTIONS = I18N_LANG_TRANSLATIONS + [
settings.I18N_LANG_DEFAULT,
]