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:
parent
fd300e9351
commit
6ccc7c33c7
9 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#textdomain wesnoth
|
||||
[side]
|
||||
ai_algorithm = default_ai
|
||||
[/side]
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
#textdomain wesnoth
|
||||
ai_algorithm=formula_ai
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#textdomain wesnoth
|
||||
ai_algorithm =formula_ai
|
||||
[ai]
|
||||
eval_list=yes
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
#textdomain wesnoth
|
||||
ai_algorithm=idle_ai
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#textdomain wesnoth-dm
|
||||
# wmllint: no translatables
|
||||
|
||||
# Ethereal abyss terrain graphics
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#textdomain wesnoth-dm
|
||||
# trackplacer: tracks begin
|
||||
#
|
||||
# Hand-hack this section strictly at your own risk.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#textdomain wesnoth-lib
|
||||
# Defines the default _horizontal_scrollbar_grid for several widgets.
|
||||
|
||||
#define GUI__HORIZONTAL_SCROLLBAR_GRID
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#textdomain wesnoth-lib
|
||||
# Defines the default _vertical_scrollbar_grid for several widgets.
|
||||
|
||||
#define GUI__VERTICAL_SCROLLBAR_GRID
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue