Merge pull request #5426 from hexagonrecursion/terrain-textdomain
Fix wmllint textdomain warnings in data/core/terrain-graphics
This commit is contained in:
commit
4a8245b04d
5 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#textdomain wesnoth
|
||||
|
||||
# This file contains rules responsible for drawing both the standard map border
|
||||
# as well as the fake map border terrain.
|
||||
#
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#textdomain wesnoth
|
||||
|
||||
#define BRIDGE:NEXUS C_TERRAIN_VALUE NW_TERRAIN_VALUE N_TERRAIN_VALUE NE_TERRAIN_VALUE SW_TERRAIN_VALUE S_TERRAIN_VALUE SE_TERRAIN_VALUE C_FLAGS NW_FLAGS N_FLAGS NE_FLAGS SW_FLAGS S_FLAGS SE_FLAGS LAYER IMAGE
|
||||
[terrain_graphics]
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#textdomain wesnoth
|
||||
|
||||
# Macros for terrains that appear differently (or only) in the editor
|
||||
|
||||
#define EDITOR_OVERLAY TERRAIN IMAGE_NAME
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#textdomain wesnoth
|
||||
|
||||
# a simple set of macros for gates, maybe it is better to be put somewhere else.
|
||||
|
||||
#define GATES_DIAGONAL_SW_L GATE BARRIER LAYER IPF IMAGESTEM
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#textdomain wesnoth
|
||||
|
||||
# This file contains a WIP set of terrain graphics macros, intended to be as
|
||||
# short and simple as possible.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue