remove translatability mark before non-string
(better listen to wmllint.. ;-))
This commit is contained in:
parent
3bbcb74443
commit
f87558f700
1 changed files with 2 additions and 1 deletions
|
@ -80,12 +80,13 @@
|
|||
[unit]
|
||||
type={TYPE}
|
||||
description={NAME}
|
||||
user_description= _ {NAME} # wmllint: ignore
|
||||
user_description={NAME}
|
||||
side=3
|
||||
x,y={X},{Y}
|
||||
[/unit]
|
||||
#enddef
|
||||
|
||||
# todo: add _ infront of the names to make them translatable
|
||||
{KAL_KARTHAN 9 9 "Dwarvish Fighter" Glamcatsil}
|
||||
{KAL_KARTHAN 9 10 "Dwarvish Thunderer" Trithdurus}
|
||||
{KAL_KARTHAN 9 11 "Dwarvish Steelclad" Althasol}
|
||||
|
|
Loading…
Add table
Reference in a new issue