aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar/web.py')
-rw-r--r--fatcat_scholar/web.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/fatcat_scholar/web.py b/fatcat_scholar/web.py
index 1e04400..73088d6 100644
--- a/fatcat_scholar/web.py
+++ b/fatcat_scholar/web.py
@@ -45,26 +45,6 @@ from fatcat_scholar.search import (
logger = logging.getLogger()
-I18N_LANG_TRANSLATIONS = [
- "ar",
- "de",
- "el",
- "es",
- "fa",
- "fr",
- "hr",
- "it",
- "ko",
- "nb",
- "nl",
- "pt",
- "ru",
- "zh",
-]
-I18N_LANG_OPTIONS = I18N_LANG_TRANSLATIONS + [
- settings.I18N_LANG_DEFAULT,
-]
-
class LangPrefix:
"""