pr fixes
This commit is contained in:
parent
ddfbc7855e
commit
d609ef1ca3
1 changed files with 4 additions and 0 deletions
|
@ -321,6 +321,8 @@ public class MapRenderRepositories {
|
|||
}
|
||||
if (containsJapanMapData) {
|
||||
TransliterationHelper.setCountryName("Japan");
|
||||
} else {
|
||||
TransliterationHelper.setCountryName("");
|
||||
}
|
||||
|
||||
|
||||
|
@ -600,6 +602,8 @@ public class MapRenderRepositories {
|
|||
}
|
||||
if (containsJapanMapData) {
|
||||
TransliterationHelper.setCountryName("Japan");
|
||||
} else {
|
||||
TransliterationHelper.setCountryName("");
|
||||
}
|
||||
|
||||
return mi;
|
||||
|
|
Loading…
Reference in a new issue