diff options
author | Edward Welbourne <edward.welbourne@qt.io> | 2018-08-13 15:35:24 +0200 |
---|---|---|
committer | Edward Welbourne <edward.welbourne@qt.io> | 2018-08-27 14:38:44 +0000 |
commit | 89451f542855435cf67e470d3f6cbf6c88eafa7b (patch) | |
tree | 7bdd3574c5454c573fc5f2e7f1d08e899ae49b69 /util | |
parent | e31febb024782406243179e7ec24e535daf5e6a9 (diff) | |
download | qtbase-89451f542855435cf67e470d3f6cbf6c88eafa7b.tar.gz |
Add some missing language codes to our locale data
We were missing a few languages CLDR knew about; so add them to the
list in enumdata.py (and add trailing commas to lists to make future
additions not need to change the prior last line; python is perfectly
happy with this).
[ChangeLog][QtCore][QLocale] Added support for Western Balochi, Ido,
Lojban, Sicilian and Souther Kurdish.
Change-Id: I0d24cff46a0ae8db48ec1db8762088f877319982
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'util')
-rw-r--r-- | util/local_database/enumdata.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/util/local_database/enumdata.py b/util/local_database/enumdata.py index e24ac02b07..34c164a00d 100644 --- a/util/local_database/enumdata.py +++ b/util/local_database/enumdata.py @@ -396,7 +396,12 @@ language_list = { 356 : ["Uncoded Languages", "mis"], 357 : ["Cantonese", "yue"], 358 : ["Osage", "osa"], - 359 : ["Tangut", "txg"] + 359 : ["Tangut", "txg"], + 360 : ["Ido", "io"], + 361 : ["Lojban", "jbo"], + 362 : ["Sicilian", "scn"], + 363 : ["Southern Kurdish", "sdh"], + 364 : ["Western Balochi", "bgn"], } language_aliases = { @@ -680,7 +685,7 @@ country_list = { 258 : ["European Union", "EU"], 259 : ["Outlying Oceania", "QO"], 260 : ["World", "001"], - 261 : ["Europe", "150"] + 261 : ["Europe", "150"], } country_aliases = { @@ -839,7 +844,7 @@ script_list = { 138 : ["Osage", "Osge"], 139 : ["Tangut", "Tang"], 140 : ["Han with Bopomofo", "Hanb"], - 141 : ["Jamo", "Jamo"] + 141 : ["Jamo", "Jamo"], } script_aliases = { |