mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-11 11:28:03 +07:00
Templates file is now empty for simple creation of new language files!
This commit is contained in:
parent
04ad012cd9
commit
7ba5429387
File diff suppressed because it is too large
Load Diff
@ -137,7 +137,6 @@ class Ruleset {
|
|||||||
private fun readTranslationsFromProperties() {
|
private fun readTranslationsFromProperties() {
|
||||||
|
|
||||||
val languages = ArrayList<String>()
|
val languages = ArrayList<String>()
|
||||||
// languages.add("templates") // first off,
|
|
||||||
languages.addAll(Locale.getAvailableLocales()
|
languages.addAll(Locale.getAvailableLocales()
|
||||||
.map { it.displayName })
|
.map { it.displayName })
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user