mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-26 23:58:43 +07:00
some translation update (#1135)
This commit is contained in:

committed by
Yair Morgenstern

parent
a91fe87e26
commit
3b2777e098
@ -473,6 +473,7 @@
|
|||||||
Italian:"Prendi"
|
Italian:"Prendi"
|
||||||
French:"Acquérir"
|
French:"Acquérir"
|
||||||
Russian:"Получить"
|
Russian:"Получить"
|
||||||
|
Simplified_Chinese:"变更为本城市所属"
|
||||||
}
|
}
|
||||||
|
|
||||||
/////// Stats / Basics ressources
|
/////// Stats / Basics ressources
|
||||||
|
@ -57,7 +57,7 @@ class ImprovementPickerScreen(tileInfo: TileInfo, onAccept: ()->Unit) : PickerSc
|
|||||||
group.touchable = Touchable.enabled
|
group.touchable = Touchable.enabled
|
||||||
group.onClick {
|
group.onClick {
|
||||||
selectedImprovement = improvement
|
selectedImprovement = improvement
|
||||||
pick(improvement.name)
|
pick(improvement.name.tr())
|
||||||
descriptionLabel.setText(improvement.description)
|
descriptionLabel.setText(improvement.description)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user