mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 23:37:31 +07:00
templates.properties -> template.properties
This commit is contained in:
parent
7ba5429387
commit
66af60b107
@ -89,7 +89,7 @@ class TranslationFileReader(){
|
||||
}
|
||||
|
||||
fun writeByTemplate(language:String, translations: HashMap<String,String>){
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user