mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04:00
Add translation for XP on World Screen (#7595)
This commit is contained in:
parent
01cc67cee4
commit
67fbc07552
@ -891,6 +891,7 @@ Strength =
|
|||||||
Ranged strength =
|
Ranged strength =
|
||||||
Bombard strength =
|
Bombard strength =
|
||||||
Range =
|
Range =
|
||||||
|
XP =
|
||||||
Move unit =
|
Move unit =
|
||||||
Stop movement =
|
Stop movement =
|
||||||
Swap units =
|
Swap units =
|
||||||
|
@ -165,7 +165,7 @@ class UnitTable(val worldScreen: WorldScreen) : Table(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!unit.isCivilian()) {
|
if (!unit.isCivilian()) {
|
||||||
unitDescriptionTable.add("XP")
|
unitDescriptionTable.add("XP".tr())
|
||||||
unitDescriptionTable.add(unit.promotions.XP.toString() + "/" + unit.promotions.xpForNextPromotion())
|
unitDescriptionTable.add(unit.promotions.XP.toString() + "/" + unit.promotions.xpForNextPromotion())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user