Merge pull request #5426 from hexagonrecursion/terrain-textdomain

Fix wmllint textdomain warnings in data/core/terrain-graphics
This commit is contained in:
Charles Dang 2021-01-14 16:54:44 +11:00 committed by GitHub
commit 4a8245b04d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

View file

@ -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.
#

View file

@ -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]

View file

@ -1,3 +1,5 @@
#textdomain wesnoth
# Macros for terrains that appear differently (or only) in the editor
#define EDITOR_OVERLAY TERRAIN IMAGE_NAME

View file

@ -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

View file

@ -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.