Mark "new_game_title" as translatable in wmllint.

Relevant strings were adjusted in LoW.
This commit is contained in:
Andrius Silinskas 2013-09-20 19:14:33 +01:00
parent 50460f2596
commit 8fa57b4150
6 changed files with 6 additions and 5 deletions

View file

@ -6,7 +6,7 @@
random_start_time=no
allow_new_game=yes
new_game_title= "Chapter One: Flight and Fight"
new_game_title= _ "Chapter One: Flight and Fight"
force_use_map_settings=yes
experience_modifier=100

View file

@ -6,7 +6,7 @@
random_start_time=no
allow_new_game=yes
new_game_title= "Chapter Two: The Treasury"
new_game_title= _ "Chapter Two: The Treasury"
experience_modifier=100

View file

@ -6,7 +6,7 @@
random_start_time=no
allow_new_game=yes
new_game_title= "Chapter Three: The Book of Crelanu"
new_game_title= _ "Chapter Three: The Book of Crelanu"
experience_modifier=100

View file

@ -10,7 +10,7 @@
random_start_time=no
allow_new_game=yes
new_game_title= "Chapter Four: The Alliance"
new_game_title= _ "Chapter Four: The Alliance"
{LOW_MAP 10_Cliffs_of_Thoria.map}
turns=1

View file

@ -8,7 +8,7 @@
random_start_time=no
allow_new_game=yes
new_game_title= "Chapter Five: Civil War"
new_game_title= _ "Chapter Five: Civil War"
{LOW_MAP Saurgrath.map}
{WINTER_MASK 19_Costly_Revenge.mask}

View file

@ -708,6 +708,7 @@ translatables = re.compile( \
"^message$|" \
"^name$|" \
"^name_inactive$|" \
"^new_game_title$|" \
"^note$|" \
"^option_description$|" \
"^option_name$|" \