mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -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)
|
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())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user