fixing to untranslatable strings
there musn't be preprocessor macors in translateable strings...
This commit is contained in:
parent
a650d9a90e
commit
555fd7802d
2 changed files with 12 additions and 4 deletions
|
@ -5,12 +5,16 @@
|
|||
name=gold.ogg
|
||||
[/sound]
|
||||
|
||||
{VARIABLE amount_gold {AMOUNT}}
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
message= _ "You retrieve {AMOUNT} pieces of gold."
|
||||
message= _ "You retrieve $amount_gold pieces of gold."
|
||||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
|
||||
|
||||
{CLEAR_VARIABLE amount_gold}
|
||||
|
||||
[gold]
|
||||
side={SIDE}
|
||||
amount={AMOUNT}
|
||||
|
@ -421,4 +425,4 @@
|
|||
message= _ "Freeing these prisoners is more of a blow to Karrag then we thought, for now he is unable to continue in his dirty sorcery."
|
||||
[/message]
|
||||
|
||||
#enddef
|
||||
#enddef
|
||||
|
|
|
@ -14,12 +14,16 @@
|
|||
name=gold.ogg
|
||||
[/sound]
|
||||
|
||||
{VARIABLE amount_gold {AMOUNT}}
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
message= _ "You retrieve {AMOUNT} pieces of gold."
|
||||
message= _ "You retrieve $amount_gold pieces of gold."
|
||||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
|
||||
{CLEAR_VARIABLE amount_gold}
|
||||
|
||||
[gold]
|
||||
side={SIDE}
|
||||
amount={AMOUNT}
|
||||
|
|
Loading…
Add table
Reference in a new issue