mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 20:54:52 +00:00
Marked hp and xp as translatable in default theme
This commit is contained in:
parent
c710c31130
commit
aef901ccf2
@ -22,7 +22,7 @@ height=768
|
|||||||
[menu]
|
[menu]
|
||||||
title= _ "Menu"
|
title= _ "Menu"
|
||||||
image=lite
|
image=lite
|
||||||
items=objectives,statistics,unitlist,statustable,save,load,preferences,chatlog,help,quit
|
items=objectives,statistics,unitlist,separator,statustable,save,load,preferences,chatlog,help,quit
|
||||||
rect=3,1,103,22
|
rect=3,1,103,22
|
||||||
xanchor=fixed
|
xanchor=fixed
|
||||||
yanchor=fixed
|
yanchor=fixed
|
||||||
@ -123,14 +123,14 @@ height=768
|
|||||||
# HP/XP
|
# HP/XP
|
||||||
[label]
|
[label]
|
||||||
font_size=10
|
font_size=10
|
||||||
text=hp
|
text= _ "hp"
|
||||||
rect=967,234,1022,246
|
rect=967,234,1022,246
|
||||||
xanchor=right
|
xanchor=right
|
||||||
yanchor=fixed
|
yanchor=fixed
|
||||||
[/label]
|
[/label]
|
||||||
[label]
|
[label]
|
||||||
font_size=10
|
font_size=10
|
||||||
text=xp
|
text= _ "xp"
|
||||||
rect=967,260,1022,272
|
rect=967,260,1022,272
|
||||||
xanchor=right
|
xanchor=right
|
||||||
yanchor=fixed
|
yanchor=fixed
|
||||||
@ -459,14 +459,14 @@ height=600
|
|||||||
# HP/XP
|
# HP/XP
|
||||||
[label]
|
[label]
|
||||||
font_size=10
|
font_size=10
|
||||||
text=hp
|
text= _ "hp"
|
||||||
rect=967,234,1022,246
|
rect=967,234,1022,246
|
||||||
xanchor=right
|
xanchor=right
|
||||||
yanchor=fixed
|
yanchor=fixed
|
||||||
[/label]
|
[/label]
|
||||||
[label]
|
[label]
|
||||||
font_size=10
|
font_size=10
|
||||||
text=xp
|
text= _ "xp"
|
||||||
rect=967,260,1022,272
|
rect=967,260,1022,272
|
||||||
xanchor=right
|
xanchor=right
|
||||||
yanchor=fixed
|
yanchor=fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user