Do not make empty strings translatable.
This commit is contained in:
parent
f7b6ece1bf
commit
5fc9c8087a
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
male_name= _ "race^Bat"
|
||||
female_name= _ "race+female^Bat"
|
||||
plural_name= _ "race^Bats"
|
||||
description= _"" # wmllint: ignore
|
||||
description= "" # wmllint: ignore
|
||||
num_traits=2
|
||||
[/race]
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
advances_to=null
|
||||
cost=1
|
||||
usage=scout
|
||||
description=_ "" # wmllint: ignore
|
||||
description="" # wmllint: ignore
|
||||
hide_help=true
|
||||
do_not_list=yes
|
||||
[/unit_type]
|
||||
|
|
Loading…
Add table
Reference in a new issue