Code formatting
Each locale in new line for easier diff
This commit is contained in:
parent
fc1ee70372
commit
015eeb2378
1 changed files with 41 additions and 3 deletions
|
@ -169,9 +169,47 @@ public class SettingsGeneralActivity extends SettingsBaseActivity {
|
|||
|
||||
String incompleteSuffix = " (" + getString(R.string.incomplete_locale) + ")";
|
||||
//getResources().getAssets().getLocales();
|
||||
entrieValues = new String[] { "", "en", "af", "hy", "eu", "be", "bs", "bg", "ca", "cs", "da", "nl", "fi", "fr",
|
||||
"ka", "de", "el", "iw", "he", "hi", "hu", "id", "it", "ja", "ko", "lv", "lt", "mr", "no", "pl", "pt",
|
||||
"ro", "ru", "sk", "sl", "es", "sv", "tr", "uk", "vi", "cy" };
|
||||
entrieValues = new String[] { "",
|
||||
"en",
|
||||
"af",
|
||||
"hy",
|
||||
"eu",
|
||||
"be",
|
||||
"bs",
|
||||
"bg",
|
||||
"ca",
|
||||
"cs",
|
||||
"da",
|
||||
"nl",
|
||||
"fi",
|
||||
"fr",
|
||||
"ka",
|
||||
"de",
|
||||
"el",
|
||||
"iw",
|
||||
"he",
|
||||
"hi",
|
||||
"hu",
|
||||
"id",
|
||||
"it",
|
||||
"ja",
|
||||
"ko",
|
||||
"lv",
|
||||
"lt",
|
||||
"mr",
|
||||
"no",
|
||||
"pl",
|
||||
"pt",
|
||||
"ro",
|
||||
"ru",
|
||||
"sk",
|
||||
"sl",
|
||||
"es",
|
||||
"sv",
|
||||
"tr",
|
||||
"uk",
|
||||
"vi",
|
||||
"cy"};
|
||||
entries = new String[] { getString(R.string.system_locale),
|
||||
getString(R.string.lang_en),
|
||||
getString(R.string.lang_af),
|
||||
|
|
Loading…
Reference in a new issue