Fixed bad nations comment end...
This commit is contained in:
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 |
|
@ -1066,7 +1066,7 @@
|
|||
"Orebro","Vasteras","Linkoping","Norrkoping","Gavle","Karlskrona","Halmstad","Karlstad","Vaxjo",
|
||||
"Copenhagen","Jonkoping",Boras",]
|
||||
},
|
||||
/*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue