mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
[ADD] Links to available languaes for mapping
Makes it easier for adding new languages in the future
This commit is contained in:
parent
960c9625fe
commit
c26af593ff
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user