mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 19:25:29 +00:00
Silence warnings about a missing translation mark
There is nothing that needs translating here
This commit is contained in:
parent
75271a8246
commit
8581d21e1b
@ -370,7 +370,9 @@
|
||||
|
||||
[floating_text]
|
||||
x,y=$unit.x,$unit.y
|
||||
# wmllint: markcheck off - nothing to translate here
|
||||
text="<span color='#ff0000'>" + "5" + "</span>"
|
||||
# wmllint: markcheck on
|
||||
[/floating_text]
|
||||
|
||||
{VARIABLE counter 0}
|
||||
@ -712,7 +714,9 @@
|
||||
|
||||
[floating_text]
|
||||
x,y=$unit.x,$unit.y
|
||||
# wmllint: markcheck off - nothing to translate here
|
||||
text="<span color='#ff0000'>" + "2" + "</span>"
|
||||
# wmllint: markcheck on
|
||||
[/floating_text]
|
||||
[/then]
|
||||
[/if]
|
||||
|
Loading…
x
Reference in New Issue
Block a user