summaryrefslogtreecommitdiffstats
path: root/util/local_database/qlocalexml2cpp.py
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-11-23 12:18:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-24 06:15:25 +0100
commitdec4eb7eccb846ccf41c764f00747a48caf1c403 (patch)
tree6c180a35337f32115fd6a82e193243065c377ec5 /util/local_database/qlocalexml2cpp.py
parent3c0ac5208111c85c405ba1ee6ce3189a6c4e1236 (diff)
[SIC] QLocale: Update some language names with their modern values
Some of them were incorrectly spelled (for a while) Change-Id: I871968e3bbdd2172f4c4dfb6e74729c05e7e8e01 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'util/local_database/qlocalexml2cpp.py')
-rwxr-xr-xutil/local_database/qlocalexml2cpp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/local_database/qlocalexml2cpp.py b/util/local_database/qlocalexml2cpp.py
index 06fabcc77e..5533b5c8a9 100755
--- a/util/local_database/qlocalexml2cpp.py
+++ b/util/local_database/qlocalexml2cpp.py
@@ -897,6 +897,8 @@ def main():
qlocaleh_temp_file.write(" Cambodian = Khmer,\n")
qlocaleh_temp_file.write(" Kurundi = Rundi,\n")
qlocaleh_temp_file.write(" RhaetoRomance = Romansh,\n")
+ qlocaleh_temp_file.write(" Chewa = Nyanja,\n")
+ qlocaleh_temp_file.write(" Frisian = WesternFrisian,\n")
qlocaleh_temp_file.write(" LastLanguage = " + language + "\n")
qlocaleh_temp_file.write(" };\n")