]> git.sesse.net Git - vlc/commitdiff
Sort the VLC translation languages alphabeticaly according to their label, and not...
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 10 Sep 2007 21:34:00 +0000 (21:34 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 10 Sep 2007 21:34:00 +0000 (21:34 +0000)
src/libvlc-module.c

index a71e397ce29e91f37989ea37314496ddf0164e59..c1611f1bc982a68654eb57f88682c178a5b7904f 100644 (file)
 
 #if defined (WIN32) || defined (__APPLE__)
 static const char *ppsz_language[] =
-{ "auto", "ar", "en", "en_GB", "ca", "cs", "da", "de", "es", "fa", "fr", "gl",
-    "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pl", "pt_BR", "ro",
-    "ru", "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" };
+{ "auto", "en", "ar", "pt_BR", "en_GB", "ca", "zh_TW", "cs", "da", "nl", "fr",
+  "gl", "ka", "de", "he", "hu", "it", "ja", "ko", "ms", "oc", "fa", "pl", "ro",
+  "ru", "zh_CN", "sk", "sl", "es", "sv", "tr" };
 
 static const char *ppsz_language_text[] =
-{ N_("Auto"), N_("Arabic"), N_("American English"), N_("British English"),
-N_("Catalan"), N_("Czech"), N_("Danish"), N_("German"), N_("Spanish"),
-N_("Persian"), N_("French"), N_("Galician"), N_("Hebrew"), N_("Hungarian"),
-N_("Italian"), N_("Japanese"),N_("Georgian"), N_("Korean"), N_("Malay"),
-N_("Dutch"), N_("Occitan"), N_("Polish"), N_("Brazilian Portuguese"),
-N_("Romanian"), N_("Russian"), N_("Slovak"), N_("Slovenian"), N_("Swedish"),
-N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") };
+{ N_("Auto"), N_("American English"), N_("Arabic"), N_("Brazilian Portuguese"),
+  N_("British English"), N_("Catalan"), N_("Chinese Traditional"), N_("Czech"),
+  N_("Danish"), N_("Dutch"), N_("French"), N_("Galician"), N_("Georgian"),
+  N_("German"), N_("Hebrew"), N_("Hungarian"), N_("Italian"), N_("Japanese"),
+  N_("Korean"), N_("Malay"), N_("Occitan"), N_("Persian"), N_("Polish"),
+  N_("Romanian"), N_("Russian"), N_("Simplified Chinese"), N_("Slovak"),
+  N_("Slovenian"), N_("Spanish"), N_("Swedish"), N_("Turkish") };
 #endif
 
 static const char *ppsz_snap_formats[] =