mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 10:18:26 +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)
|
selectTechnology(tech)
|
||||||
}
|
}
|
||||||
topTable.add(TB)
|
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