test if Asturian can be made a selectable language
This commit is contained in:
parent
db38640032
commit
c1b3ecea93
2 changed files with 3 additions and 0 deletions
|
@ -374,6 +374,7 @@
|
|||
<string name="lang_gl">Galician</string>
|
||||
<string name="lang_et">Estonian</string>
|
||||
<string name="lang_ceb">Cebuano</string>
|
||||
<string name="lang_ast">Asturian</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>
|
||||
|
|
|
@ -164,6 +164,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
|||
"en",
|
||||
"af",
|
||||
"ar",
|
||||
"ast",
|
||||
"eu",
|
||||
"be",
|
||||
"be_BY",
|
||||
|
@ -216,6 +217,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
|||
getString(R.string.lang_en),
|
||||
getString(R.string.lang_af) + incompleteSuffix,
|
||||
getString(R.string.lang_ar) + incompleteSuffix,
|
||||
getString(R.string.lang_ast) + incompleteSuffix,
|
||||
getString(R.string.lang_eu),
|
||||
getString(R.string.lang_be),
|
||||
getString(R.string.lang_be_BY),
|
||||
|
|
Loading…
Reference in a new issue