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
This commit is contained in:
Eike Rathke
2013-09-27 00:12:26 +02:00
parent 20b9f53e96
commit bcfb5f0e9b

View File

@@ -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 ; > ;
};
};