add Icelandic display language
This commit is contained in:
parent
fe8b1e50ff
commit
95cc2f82ca
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
|||
"hr",
|
||||
"hsb",
|
||||
"hu",
|
||||
"is",
|
||||
"it",
|
||||
"ja",
|
||||
"ka",
|
||||
|
@ -258,6 +259,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
|||
getString(R.string.lang_hr) + incompleteSuffix,
|
||||
getString(R.string.lang_hsb) + incompleteSuffix,
|
||||
getString(R.string.lang_hu),
|
||||
getString(R.string.lang_is) + incompleteSuffix,
|
||||
getString(R.string.lang_it),
|
||||
getString(R.string.lang_ja),
|
||||
getString(R.string.lang_ka) + incompleteSuffix,
|
||||
|
|
Loading…
Reference in a new issue