summaryrefslogtreecommitdiffstats
path: root/util/local_database/qlocalexml2cpp.py
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-11-02 07:12:10 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-10 02:11:00 (GMT)
commit8a7bab8f497a777335814e3a3bdc78b10732f57a (patch)
tree274637d61dc9686d72453389c4ac30575d176a4c /util/local_database/qlocalexml2cpp.py
parent8c67684ababc2a81f9cdd552eea90ab8accfc6b0 (diff)
downloadQt-8a7bab8f497a777335814e3a3bdc78b10732f57a.zip
Qt-8a7bab8f497a777335814e3a3bdc78b10732f57a.tar.gz
Qt-8a7bab8f497a777335814e3a3bdc78b10732f57a.tar.bz2
Update Qlocale data with CLDR 2.0.0
Change-Id: Ia5adad0b51a8db6e91ad60288eab67e506c19e47 Reviewed-by: Mehdi Fekari <mfekari@rim.com> Reviewed-by: Denis Dzyubenko <denis@ddenis.info> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'util/local_database/qlocalexml2cpp.py')
-rwxr-xr-xutil/local_database/qlocalexml2cpp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/local_database/qlocalexml2cpp.py b/util/local_database/qlocalexml2cpp.py
index edf311c..566195a 100755
--- a/util/local_database/qlocalexml2cpp.py
+++ b/util/local_database/qlocalexml2cpp.py
@@ -816,6 +816,7 @@ def main():
# special cases for norwegian. we really need to make it right at some point.
qlocaleh_temp_file.write(" NorwegianBokmal = Norwegian,\n")
qlocaleh_temp_file.write(" NorwegianNynorsk = Nynorsk,\n")
+ qlocaleh_temp_file.write(" Kurundi = Rundi,\n")
qlocaleh_temp_file.write(" LastLanguage = " + language + "\n")
qlocaleh_temp_file.write(" };\n")