add Kabyle as display language
This commit is contained in:
parent
83b65c3224
commit
63d6cf8270
2 changed files with 3 additions and 0 deletions
|
@ -439,6 +439,7 @@
|
|||
<string name="lang_ceb">Cebuano</string>
|
||||
<string name="lang_ast">Asturian</string>
|
||||
<string name="lang_hsb">Sorbian (Upper)</string>
|
||||
<string name="lang_kab">Kabyle</string>
|
||||
<string name="archive_wikipedia_data">You have old incompatible Wikipedia data downloaded. Do you want to archive it?</string>
|
||||
<string name="download_wikipedia_files">Do you want to download additional Wikipedia data (%1$s MB) ?</string>
|
||||
<string name="gps_network_not_enabled">Location service is not enabled. Do you want to turn it on?</string>
|
||||
|
|
|
@ -195,6 +195,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
|||
"fr",
|
||||
"gl",
|
||||
"ka",
|
||||
"kab",
|
||||
"de",
|
||||
"el",
|
||||
"he",
|
||||
|
@ -249,6 +250,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
|||
getString(R.string.lang_fr),
|
||||
getString(R.string.lang_gl),
|
||||
getString(R.string.lang_ka) + incompleteSuffix,
|
||||
getString(R.string.lang_kab) + incompleteSuffix,
|
||||
getString(R.string.lang_de),
|
||||
getString(R.string.lang_el) + incompleteSuffix,
|
||||
getString(R.string.lang_he) + incompleteSuffix,
|
||||
|
|
Loading…
Reference in a new issue