diff --git a/android/assets/jsons/translationsByLanguage/templates.properties b/android/assets/jsons/translationsByLanguage/template.properties similarity index 100% rename from android/assets/jsons/translationsByLanguage/templates.properties rename to android/assets/jsons/translationsByLanguage/template.properties diff --git a/core/src/com/unciv/models/ruleset/Translations.kt b/core/src/com/unciv/models/ruleset/Translations.kt index 518b369780..4b863f5f5d 100644 --- a/core/src/com/unciv/models/ruleset/Translations.kt +++ b/core/src/com/unciv/models/ruleset/Translations.kt @@ -89,7 +89,7 @@ class TranslationFileReader(){ } fun writeByTemplate(language:String, translations: HashMap){ - val templateFile = Gdx.files.internal("jsons/translationsByLanguage/templates.properties") + val templateFile = Gdx.files.internal("jsons/translationsByLanguage/template.properties") val stringBuilder = StringBuilder() for(line in templateFile.reader().readLines()){ if(!line.contains(" = ")){ // copy as-is