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:08 +0100
commit4256491ffe48b8be09ec66a003988193e8585584 (patch)
tree6fab8a8f4b9b9d5b0216146bdf241b998f46b322 /svtools
parente23951b81fcff0d135eec7ff82116d2327021e76 (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
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 93ebdaab4837..341fa4afcb26 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 ; > ;