diff --git a/app/src/web/i18n.py b/app/src/web/i18n.py index 2d4b4fb..c25fd1d 100644 --- a/app/src/web/i18n.py +++ b/app/src/web/i18n.py @@ -6,7 +6,7 @@ from . import web LANGUAGES = { 'en': 'English', 'de': 'Deutsch', - 'fr': 'Français' + # 'fr': 'Français' }