Update osmand regions

This commit is contained in:
Victor Shcherb 2020-02-07 19:20:14 +01:00
parent c9d0f75162
commit 623acae43c

View file

@ -386,9 +386,9 @@ public class OsmandRegions {
// Check locale and give 2 locale names
if("zh".equals(locale)) {
if("TW".equalsIgnoreCase(country)) {
this.locale2 = "zh-Hant";
this.locale2 = "zh-hant";
} else {
this.locale2 = "zh-Hans";
this.locale2 = "zh-hans";
}
}
}