Commit f3a39d12 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix horrible bug in language id list (must have broken the language selection...

Fix horrible bug in language id list (must have broken the language selection dialog for a long time)
parent ab8abe82
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#if defined (WIN32) || defined (__APPLE__) #if defined (WIN32) || defined (__APPLE__)
static const char *ppsz_language[] = static const char *ppsz_language[] =
{ "auto", "ar", "en", "en_GB", "ca", "cs", "da", "de", "es", "fa" "fr", "gl", { "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", "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pl", "pt_BR", "ro",
"ru", "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" }; "ru", "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment