Add textdomain wesnoth to two files w/o explicit textdomain
wmllint complained: "../../data/core/macros/movetypes.cfg", line 1: no textdomain string "../../data/core/macros/optional_unit_advancements.cfg", line 1: no textdomain string
This commit is contained in:
parent
d9ec9b9b55
commit
ad4778037d
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#textdomain wesnoth
|
||||
|
||||
#define LESS_NIMBLE_ELF
|
||||
# a special macro to define slightly less nimble elves such
|
||||
# as fighters, who don't do quite so well in forest
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#textdomain wesnoth
|
||||
|
||||
#define ENABLE_PARAGON
|
||||
# Place in a campaign or scenario definition to allow Dune Blademaster to advance to Dune Paragon.
|
||||
[modify_unit_type]
|
||||
|
|
Loading…
Add table
Reference in a new issue