small clean-up of language codes
This commit is contained in:
parent
971537983e
commit
82f361016e
1 changed files with 2 additions and 4 deletions
|
@ -173,11 +173,10 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
||||||
"nl",
|
"nl",
|
||||||
"fi",
|
"fi",
|
||||||
"fr",
|
"fr",
|
||||||
|
"gl",
|
||||||
"ka",
|
"ka",
|
||||||
"de",
|
"de",
|
||||||
"el",
|
"el",
|
||||||
"iw",
|
|
||||||
"gl",
|
|
||||||
"he",
|
"he",
|
||||||
"hi",
|
"hi",
|
||||||
"hu",
|
"hu",
|
||||||
|
@ -221,11 +220,10 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
||||||
getString(R.string.lang_nl),
|
getString(R.string.lang_nl),
|
||||||
getString(R.string.lang_fi) + incompleteSuffix,
|
getString(R.string.lang_fi) + incompleteSuffix,
|
||||||
getString(R.string.lang_fr),
|
getString(R.string.lang_fr),
|
||||||
|
getString(R.string.lang_gl),
|
||||||
getString(R.string.lang_ka) + incompleteSuffix,
|
getString(R.string.lang_ka) + incompleteSuffix,
|
||||||
getString(R.string.lang_de),
|
getString(R.string.lang_de),
|
||||||
getString(R.string.lang_el),
|
getString(R.string.lang_el),
|
||||||
getString(R.string.lang_iw),
|
|
||||||
getString(R.string.lang_gl),
|
|
||||||
getString(R.string.lang_he) + incompleteSuffix,
|
getString(R.string.lang_he) + incompleteSuffix,
|
||||||
getString(R.string.lang_hi) + incompleteSuffix,
|
getString(R.string.lang_hi) + incompleteSuffix,
|
||||||
getString(R.string.lang_hu),
|
getString(R.string.lang_hu),
|
||||||
|
|
Loading…
Reference in a new issue