mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 15:01:09 -04:00
Fixed bad nations comment end...
This commit is contained in:
parent
dd561759e4
commit
512a68c2ae
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 1015 KiB After Width: | Height: | Size: 1008 KiB |
@ -1066,7 +1066,7 @@
|
|||||||
"Orebro","Vasteras","Linkoping","Norrkoping","Gavle","Karlskrona","Halmstad","Karlstad","Vaxjo",
|
"Orebro","Vasteras","Linkoping","Norrkoping","Gavle","Karlskrona","Halmstad","Karlstad","Vaxjo",
|
||||||
"Copenhagen","Jonkoping",Boras",]
|
"Copenhagen","Jonkoping",Boras",]
|
||||||
},
|
},
|
||||||
/*
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ class Translations : HashMap<String, HashMap<String, String>>(){
|
|||||||
val toReturn = mutableListOf<String>()
|
val toReturn = mutableListOf<String>()
|
||||||
toReturn.addAll(values.flatMap { it.keys }.distinct())
|
toReturn.addAll(values.flatMap { it.keys }.distinct())
|
||||||
toReturn.remove("Japanese")
|
toReturn.remove("Japanese")
|
||||||
|
toReturn.remove("Thai")
|
||||||
return toReturn
|
return toReturn
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user