[Libreoffice-commits] core.git: svtools/source

Eike Rathke erack at redhat.com
Thu Sep 26 15:17:58 PDT 2013


 svtools/source/misc/langtab.src |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit bcfb5f0e9b659d16b72fe0add599dd8ec1a7c098
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Sep 27 00:12:26 2013 +0200

    moved newly inserted entries to the end
    
    In UI localizations where the translation for such an entry is missing
    the entire entry is omitted, causing the following entries to be shifted
    by an offset and picking a wrong entry. Seems that rsc does not handle
    this case properly.
    
    Change-Id: I0efe1ac5d1f704ab2ba6919c4997caaca2153401

diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 1752742..f9bd866 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -84,7 +84,6 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
         < "Dutch (Belgium)" ; LANGUAGE_DUTCH_BELGIAN ; > ;
         < "English (USA)" ; LANGUAGE_ENGLISH_US ; > ;
         < "English (UK)" ; LANGUAGE_ENGLISH_UK ; > ;
-        < "English, OED spelling (UK)" ; LANGUAGE_USER_ENGLISH_UK_OED ; > ;
         < "English (Australia)" ; LANGUAGE_ENGLISH_AUS ; > ;
         < "English (Canada)" ; LANGUAGE_ENGLISH_CAN ; > ;
         < "English (New Zealand)" ; LANGUAGE_ENGLISH_NZ ; > ;
@@ -158,7 +157,6 @@ 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 ; > ;
         < "Sidama" ; LANGUAGE_USER_SIDAMA ; > ;
         < "Sindhi" ; LANGUAGE_SINDHI ; > ;
         < "Slovak" ; LANGUAGE_SLOVAK ; > ;
@@ -195,7 +193,6 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
         < "Urdu (India)" ; LANGUAGE_URDU_INDIA ; > ;
         < "Ukrainian" ; LANGUAGE_UKRAINIAN ; > ;
         < "Uzbek Latin" ; LANGUAGE_UZBEK_LATIN ; > ;
-        < "Uzbek Cyrillic" ; LANGUAGE_UZBEK_CYRILLIC ; > ;
         < "Welsh" ; LANGUAGE_WELSH ; > ;
         < "Latin" ; LANGUAGE_LATIN ; > ;
         < "Esperanto" ; LANGUAGE_USER_ESPERANTO ; > ;
@@ -206,7 +203,6 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
         < "Northern Sotho" ; LANGUAGE_SEPEDI ; > ;
         < "Gaelic (Scotland)" ; LANGUAGE_GAELIC_SCOTLAND ; > ;
         < "Mongolian Cyrillic" ; LANGUAGE_MONGOLIAN ; > ;
-        < "Mongolian Mongolian" ; LANGUAGE_MONGOLIAN_MONGOLIAN ; > ;
         < "Interlingua" ; LANGUAGE_USER_INTERLINGUA ; > ;
         < "Bosnian" ; LANGUAGE_BOSNIAN_BOSNIA_HERZEGOVINA ; > ;
         < "Bengali (Bangladesh)" ; LANGUAGE_BENGALI_BANGLADESH ; > ;
@@ -370,6 +366,10 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
         < "Cornish" ; LANGUAGE_USER_CORNISH ; > ;
         < "Sami, Pite (Sweden)" ; LANGUAGE_USER_SAMI_PITE_SWEDEN ; > ;
         < "Ngäbere" ; LANGUAGE_USER_NGAEBERE ; > ;
+        < "Serbian Latin" ; LANGUAGE_SERBIAN_LATIN_NEUTRAL ; > ;
+        < "English, OED spelling (UK)" ; LANGUAGE_USER_ENGLISH_UK_OED ; > ;
+        < "Mongolian Mongolian" ; LANGUAGE_MONGOLIAN_MONGOLIAN ; > ;
+        < "Uzbek Cyrillic" ; LANGUAGE_UZBEK_CYRILLIC ; > ;
     };
 };
 


More information about the Libreoffice-commits mailing list