summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/local_database/enumdata.py16
-rwxr-xr-xutil/local_database/qlocalexml2cpp.py2
2 files changed, 10 insertions, 8 deletions
diff --git a/util/local_database/enumdata.py b/util/local_database/enumdata.py
index 446f8a0f2f..97d220d164 100644
--- a/util/local_database/enumdata.py
+++ b/util/local_database/enumdata.py
@@ -83,7 +83,7 @@ language_list = {
35 : [ "Fijian", "fj" ],
36 : [ "Finnish", "fi" ],
37 : [ "French", "fr" ],
- 38 : [ "Frisian", "fy" ],
+ 38 : [ "Western Frisian", "fy" ],
39 : [ "Gaelic", "gd" ],
40 : [ "Galician", "gl" ],
41 : [ "Georgian", "ka" ],
@@ -143,16 +143,16 @@ language_list = {
95 : [ "Romanian", "ro" ],
96 : [ "Russian", "ru" ],
97 : [ "Samoan", "sm" ],
- 98 : [ "Sangho", "sg" ],
+ 98 : [ "Sango", "sg" ],
99 : [ "Sanskrit", "sa" ],
100 : [ "Serbian", "sr" ],
101 : [ "Ossetic", "os" ],
- 102 : [ "Sesotho", "st" ],
- 103 : [ "Setswana", "tn" ],
+ 102 : [ "Southern Sotho", "st" ],
+ 103 : [ "Tswana", "tn" ],
104 : [ "Shona", "sn" ],
105 : [ "Sindhi", "sd" ],
- 106 : [ "Singhalese", "si" ],
- 107 : [ "Siswati", "ss" ],
+ 106 : [ "Sinhala", "si" ],
+ 107 : [ "Swati", "ss" ],
108 : [ "Slovak", "sk" ],
109 : [ "Slovenian", "sl" ],
110 : [ "Somali", "so" ],
@@ -168,7 +168,7 @@ language_list = {
120 : [ "Thai", "th" ],
121 : [ "Tibetan", "bo" ],
122 : [ "Tigrinya", "ti" ],
- 123 : [ "Tonga", "to" ],
+ 123 : [ "Tongan", "to" ],
124 : [ "Tsonga", "ts" ],
125 : [ "Turkish", "tr" ],
126 : [ "Turkmen", "tk" ],
@@ -210,7 +210,7 @@ language_list = {
162 : [ "Walamo", "wal" ],
163 : [ "Hawaiian", "haw" ],
164 : [ "Tyap", "kcg" ],
- 165 : [ "Chewa", "ny" ],
+ 165 : [ "Nyanja", "ny" ],
166 : [ "Filipino", "fil" ],
167 : [ "Swiss German", "gsw" ],
168 : [ "Sichuan Yi", "ii" ],
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")