mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
some translation update (#1135)
This commit is contained in:
parent
a91fe87e26
commit
3b2777e098
@ -473,6 +473,7 @@
|
||||
Italian:"Prendi"
|
||||
French:"Acquérir"
|
||||
Russian:"Получить"
|
||||
Simplified_Chinese:"变更为本城市所属"
|
||||
}
|
||||
|
||||
/////// Stats / Basics ressources
|
||||
|
@ -57,7 +57,7 @@ class ImprovementPickerScreen(tileInfo: TileInfo, onAccept: ()->Unit) : PickerSc
|
||||
group.touchable = Touchable.enabled
|
||||
group.onClick {
|
||||
selectedImprovement = improvement
|
||||
pick(improvement.name)
|
||||
pick(improvement.name.tr())
|
||||
descriptionLabel.setText(improvement.description)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user