add some textdomain markers to files that had none,

...should not introduce any strings, just for completions sake (every
.cfg should have a marker, have done the job util
utils/change_textdomain -t )
This commit is contained in:
Nils Kneuper 2009-04-11 22:30:16 +00:00
parent fd300e9351
commit 6ccc7c33c7
9 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#textdomain wesnoth
[side]
ai_algorithm = default_ai
[/side]

View file

@ -1 +1,2 @@
#textdomain wesnoth
ai_algorithm=formula_ai

View file

@ -1,3 +1,4 @@
#textdomain wesnoth
ai_algorithm =formula_ai
[ai]
eval_list=yes

View file

@ -1 +1,2 @@
#textdomain wesnoth
ai_algorithm=idle_ai

View file

@ -1,3 +1,4 @@
#textdomain wesnoth-dm
# wmllint: no translatables
# Ethereal abyss terrain graphics

View file

@ -1,3 +1,4 @@
#textdomain wesnoth-dm
# trackplacer: tracks begin
#
# Hand-hack this section strictly at your own risk.

View file

@ -1,3 +1,4 @@
#textdomain wesnoth-lib
# Defines the default _horizontal_scrollbar_grid for several widgets.
#define GUI__HORIZONTAL_SCROLLBAR_GRID

View file

@ -1,3 +1,4 @@
#textdomain wesnoth-lib
# Defines the default _vertical_scrollbar_grid for several widgets.
#define GUI__VERTICAL_SCROLLBAR_GRID

View file

@ -1,3 +1,4 @@
#textdomain wesnoth
# This is a sample file to demonstrate the format for providing additional WML
# information to wesnoth-mode. The format is an outline of a valid element
# structure in WML; attributes do not currently require a value.