Update osmand regions
This commit is contained in:
parent
c9d0f75162
commit
623acae43c
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue