mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
Merge branch 'lcode-links' into 'master'
[ADD] Links to available languages for mapping See merge request allianceauth/allianceauth!1690
This commit is contained in:
commit
12fa38b446
@ -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