mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04:00
Tech eras are now translated
This commit is contained in:
parent
3958ed3cdb
commit
c1cc32e95b
@ -115,7 +115,7 @@ class TechPickerScreen(internal val civInfo: CivilizationInfo) : PickerScreen()
|
||||
selectTechnology(tech)
|
||||
}
|
||||
topTable.add(TB)
|
||||
if(eras[j].text.toString()=="") eras[j].setText(tech.era().toString().tr())
|
||||
if(eras[j].text.toString()=="") eras[j].setText((tech.era().toString()+" era").tr())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user