From 98479486b5c55865f1f67637387010e72fe2ddb0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 18 May 2021 11:30:04 -0700 Subject: enable Greek (el) translation (still partial) --- fatcat_scholar/templates/base.html | 1 + fatcat_scholar/web.py | 1 + 2 files changed, 2 insertions(+) diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 51af546..8167c86 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -88,6 +88,7 @@ English عَرَبِيّ Deutsch + ελληνικά Español فارسی Français diff --git a/fatcat_scholar/web.py b/fatcat_scholar/web.py index f2ef331..e2ac81e 100644 --- a/fatcat_scholar/web.py +++ b/fatcat_scholar/web.py @@ -48,6 +48,7 @@ logger = logging.getLogger() I18N_LANG_TRANSLATIONS = [ "ar", "de", + "el", "es", "fa", "fr", -- cgit v1.2.3