Fixed bad nations comment end...

This commit is contained in:
Yair Morgenstern 2019-10-01 23:30:04 +03:00
parent dd561759e4
commit 512a68c2ae
4 changed files with 488 additions and 480 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,015 KiB

After

Width:  |  Height:  |  Size: 1,008 KiB

View file

@ -1066,7 +1066,7 @@
"Orebro","Vasteras","Linkoping","Norrkoping","Gavle","Karlskrona","Halmstad","Karlstad","Vaxjo",
"Copenhagen","Jonkoping",Boras",]
},
/*
*/

View file

@ -36,6 +36,7 @@ class Translations : HashMap<String, HashMap<String, String>>(){
val toReturn = mutableListOf<String>()
toReturn.addAll(values.flatMap { it.keys }.distinct())
toReturn.remove("Japanese")
toReturn.remove("Thai")
return toReturn
}