summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-18 18:47:20 +0100
committerEike Rathke <erack@redhat.com>2013-12-18 18:53:45 +0100
commitcdd695b5048455a611fb44fbc60ef1844ae60fe1 (patch)
tree22c8961ddd4dd3878ebd99cd3097cf9cf31080f5 /svtools
parent72c08bbb00ac9c10b9e41a693728be9814b64a83 (diff)
the MS Serbian Latin Neutral mess
There are two LangID values mapping to Serbian Latin (without country) which lead to the UI language selector displaying "sr-Latn" instead of "Serbian Latin" because conversion picked the other one. Consistently use LANGUAGE_SERBIAN_LATIN_LSO and don't trap into LANGUAGE_SERBIAN_LATIN_NEUTRAL (whatever that might be). Change-Id: I6ae6c2027048c99096b4d9d703a0dc73784b52f1 (cherry picked from commit 4256491ffe48b8be09ec66a003988193e8585584)
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/langtab.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 3e51f6081a27..ef7ab45cb671 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -158,7 +158,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Serbian Latin (Serbia)" ; LANGUAGE_USER_SERBIAN_LATIN_SERBIA ; > ;
< "Serbian Cyrillic (Montenegro)" ; LANGUAGE_USER_SERBIAN_CYRILLIC_MONTENEGRO ; > ;
< "Serbian Latin (Montenegro)" ; LANGUAGE_USER_SERBIAN_LATIN_MONTENEGRO ; > ;
- < "Serbian Latin" ; LANGUAGE_SERBIAN_LATIN_NEUTRAL ; > ;
+ < "Serbian Latin" ; LANGUAGE_SERBIAN_LATIN_LSO ; > ;
< "Sidama" ; LANGUAGE_USER_SIDAMA ; > ;
< "Sindhi" ; LANGUAGE_SINDHI ; > ;
< "Slovak" ; LANGUAGE_SLOVAK ; > ;