mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04: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>){
|
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()
|
val stringBuilder = StringBuilder()
|
||||||
for(line in templateFile.reader().readLines()){
|
for(line in templateFile.reader().readLines()){
|
||||||
if(!line.contains(" = ")){ // copy as-is
|
if(!line.contains(" = ")){ // copy as-is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user