summaryrefslogtreecommitdiffstats
path: root/util/local_database/enumdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/local_database/enumdata.py')
-rw-r--r--util/local_database/enumdata.py55
1 files changed, 50 insertions, 5 deletions
diff --git a/util/local_database/enumdata.py b/util/local_database/enumdata.py
index b9f8077a59..fbeadfb610 100644
--- a/util/local_database/enumdata.py
+++ b/util/local_database/enumdata.py
@@ -351,7 +351,32 @@ language_list = {
311 : [ "Ugaritic", "uga" ],
312 : [ "Akoose", "bss" ],
313 : [ "Lakota", "lkt" ],
- 314 : [ "Standard Moroccan Tamazight", "zgh" ]
+ 314 : [ "Standard Moroccan Tamazight", "zgh" ],
+ 315 : [ "Mapuche", "arn" ],
+ 316 : [ "Central Kurdish", "ckb" ],
+ 317 : [ "LowerSorbian", "dsb" ],
+ 318 : [ "UpperSorbian", "hsb" ],
+ 319 : [ "Kenyang", "ken" ],
+ 320 : [ "Mohawk", "moh" ],
+ 321 : [ "Nko", "nqo" ],
+ 322 : [ "Prussian", "prg" ],
+ 323 : [ "Kiche", "quc" ],
+ 324 : [ "Southern Sami", "sma" ],
+ 325 : [ "Lule Sami", "smj" ],
+ 326 : [ "Inari Sami", "smn" ],
+ 327 : [ "Skolt Sami", "sms" ],
+ 328 : [ "Warlpiri", "wbp" ],
+ 329 : [ "Manichaean Middle Persian", "xmn" ],
+ 330 : [ "Mende", "men" ],
+ 331 : [ "Ancient North Arabian", "xna" ],
+ 332 : [ "Linear A", "lab" ],
+ 333 : [ "Hmong Njua", "hnj" ],
+ 334 : [ "Ho", "hoc" ],
+ 335 : [ "Lezghian", "lez" ],
+ 336 : [ "Bassa", "bsq" ],
+ 337 : [ "Mono", "mru" ],
+ 338 : [ "Tedim Chin", "ctd" ],
+ 339 : [ "Maithili", "mai" ]
}
country_list = {
@@ -720,13 +745,33 @@ script_list = {
101 : [ "Takri", "Takr" ],
102 : [ "Ugaritic", "Ugar" ],
103 : [ "Braille", "Brai" ],
- 104 : [ "Hiragana", "Hira" ]
+ 104 : [ "Hiragana", "Hira" ],
+ 105 : [ "Caucasian Albanian", "Aghb" ],
+ 106 : [ "Bassa Vah", "Bass" ],
+ 107 : [ "Duployan", "Dupl" ],
+ 108 : [ "Elbasan", "Elba" ],
+ 109 : [ "Grantha", "Gran" ],
+ 110 : [ "Pahawh Hmong", "Hmng" ],
+ 111 : [ "Khojki", "Khoj" ],
+ 112 : [ "Linear A", "Lina" ],
+ 113 : [ "Mahajani", "Mahj" ],
+ 114 : [ "Manichaean", "Mani" ],
+ 115 : [ "Mende Kikakui", "Mend" ],
+ 116 : [ "Modi", "Modi" ],
+ 117 : [ "Mro", "Mroo" ],
+ 118 : [ "Old North Arabian", "Narb" ],
+ 119 : [ "Nabataean", "Nbat" ],
+ 120 : [ "Palmyrene", "Palm" ],
+ 121 : [ "Pau Cin Hau", "Pauc" ],
+ 122 : [ "Old Permic", "Perm" ],
+ 123 : [ "Psalter Pahlavi", "Phlp" ],
+ 124 : [ "Siddham", "Sidd" ],
+ 125 : [ "Khudawadi", "Sind" ],
+ 126 : [ "Tirhuta", "Tirh" ],
+ 127 : [ "Varang Kshiti", "Wara" ]
# ### : [ "Blissymbols", "Blis" ],
-# ### : [ "Linear A", "Lina" ],
# ### : [ "Naxi Geba", "Nkgb" ],
-# ### : [ "Pahawh Hmong", "Hmng" ],
-# ### : [ "Varang Kshiti", "Wara" ],
}
def countryCodeToId(code):