mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -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 =
|
||||
Bombard strength =
|
||||
Range =
|
||||
XP =
|
||||
Move unit =
|
||||
Stop movement =
|
||||
Swap units =
|
||||
|
@ -165,7 +165,7 @@ class UnitTable(val worldScreen: WorldScreen) : Table(){
|
||||
}
|
||||
|
||||
if (!unit.isCivilian()) {
|
||||
unitDescriptionTable.add("XP")
|
||||
unitDescriptionTable.add("XP".tr())
|
||||
unitDescriptionTable.add(unit.promotions.XP.toString() + "/" + unit.promotions.xpForNextPromotion())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user