From dec4eb7eccb846ccf41c764f00747a48caf1c403 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Fri, 23 Nov 2012 12:18:11 +0200 Subject: [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 Reviewed-by: Thiago Macieira --- util/local_database/qlocalexml2cpp.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/local_database/qlocalexml2cpp.py') 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") -- cgit v1.2.3