mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
Tech eras are now translated
This commit is contained in:
@ -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())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user