diff --git a/allianceauth/project_template/project_name/settings/base.py b/allianceauth/project_template/project_name/settings/base.py index 5bb1cb78..3ee41ac0 100644 --- a/allianceauth/project_template/project_name/settings/base.py +++ b/allianceauth/project_template/project_name/settings/base.py @@ -120,6 +120,7 @@ LANGUAGES = ( # Sorted by Language Code alphabetical order + English at top # Django's language codes are different from some of the libraries we use, # so we need to map them. LANGUAGE_MAPPING = { + # See https://github.com/DataTables/Plugins/tree/master/i18n for available languages "DataTables": { "cs-cz": "cs", "de": "de-DE", @@ -134,6 +135,7 @@ LANGUAGE_MAPPING = { "uk": "uk", "zh-hans": "zh-HANT", }, + # See https://github.com/moment/moment/tree/master/src/locale for available languages "MomentJS": { "cs-cz": "cs", "de": "de",