From 89451f542855435cf67e470d3f6cbf6c88eafa7b Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 13 Aug 2018 15:35:24 +0200 Subject: Add some missing language codes to our locale data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Jędrzej Nowacki --- util/local_database/enumdata.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'util/local_database/enumdata.py') 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 = { -- cgit v1.2.3