summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2013-03-16 09:23:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-01 12:03:55 +0200
commitf0af3ed4e5b3656c9408522d0346b1c75f661135 (patch)
treee254b01569f8abd56c799efd2196d91be4e10805 /util
parent59b2a85654af0a4852c0369ca21604c6b13f34e5 (diff)
Update QLocale data to CLDRv23
Say hello to Interlingua and Mongolian once again. Change-Id: I735fbc5793f34620be1f6932a251224b9ded02e3 Reviewed-by: Denis Dzyubenko <denis@ddenis.info> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'util')
-rw-r--r--util/local_database/enumdata.py4
-rwxr-xr-xutil/local_database/qlocalexml2cpp.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/util/local_database/enumdata.py b/util/local_database/enumdata.py
index e889dfbf91..b5935ca45f 100644
--- a/util/local_database/enumdata.py
+++ b/util/local_database/enumdata.py
@@ -722,7 +722,9 @@ script_list = {
99 : [ "Tai Le", "Tale" ],
100 : [ "Tai Viet", "Tavt" ],
101 : [ "Takri", "Takr" ],
- 102 : [ "Ugaritic", "Ugar" ]
+ 102 : [ "Ugaritic", "Ugar" ],
+ 103 : [ "Braille", "Brai" ],
+ 104 : [ "Hiragana", "Hira" ]
# ### : [ "Blissymbols", "Blis" ],
# ### : [ "Linear A", "Lina" ],
diff --git a/util/local_database/qlocalexml2cpp.py b/util/local_database/qlocalexml2cpp.py
index b038eec6c4..f52979f6b6 100755
--- a/util/local_database/qlocalexml2cpp.py
+++ b/util/local_database/qlocalexml2cpp.py
@@ -554,7 +554,7 @@ def main():
if to_language != 0:
cmnt_to = cmnt_to + language_map[to_language][1]
else:
- cmnt_from = cmnt_from + "und"
+ cmnt_to = cmnt_to + "und"
if to_script != 0:
if cmnt_to:
cmnt_to = cmnt_to + "_"