Add vietnamese
This commit is contained in:
parent
e0c2ad08de
commit
01ccd70647
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ public class SettingsActivity extends PreferenceActivity implements OnPreference
|
|||
registerListPreference(osmandSettings.METRIC_SYSTEM, screen, entries, MetricsConstants.values());
|
||||
|
||||
//getResources().getAssets().getLocales();
|
||||
entrieValues = new String[] { "", "en", "cs", "de", "es", "fr", "hu", "it", "pt", "ru", "sk" };
|
||||
entrieValues = new String[] { "", "en", "cs", "de", "es", "jp", "fr", "hu", "it", "pl", "pt", "ru", "sk", "vi" };
|
||||
entries = new String[entrieValues.length];
|
||||
entries[0] = getString(R.string.system_locale);
|
||||
for (int i = 1; i < entries.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue