Declared textdomains for schedules,
to work around time-of-day macros expanded after setting textdomain in scenario files.
This commit is contained in:
parent
97273e238d
commit
ef77911b18
1 changed files with 14 additions and 0 deletions
|
@ -5,6 +5,7 @@ name= _ "Dawn"
|
|||
image=misc/schedule-dawn.png
|
||||
red=-20
|
||||
green=-20
|
||||
textdomain=wesnoth
|
||||
[/time]
|
||||
[illuminated_time]
|
||||
id=morning
|
||||
|
@ -13,6 +14,7 @@ image=misc/schedule-morning.png
|
|||
lawful_bonus=25
|
||||
red=-20
|
||||
green=-20
|
||||
textdomain=wesnoth
|
||||
[/illuminated_time]
|
||||
#enddef
|
||||
|
||||
|
@ -22,12 +24,14 @@ id=morning
|
|||
name= _ "Morning"
|
||||
image=misc/schedule-morning.png
|
||||
lawful_bonus=25
|
||||
textdomain=wesnoth
|
||||
[/time]
|
||||
[illuminated_time]
|
||||
id=morning
|
||||
name= _ "Morning"
|
||||
image=misc/schedule-morning.png
|
||||
lawful_bonus=25
|
||||
textdomain=wesnoth
|
||||
[/illuminated_time]
|
||||
#enddef
|
||||
|
||||
|
@ -37,12 +41,14 @@ id=afternoon
|
|||
name= _ "Afternoon"
|
||||
image=misc/schedule-afternoon.png
|
||||
lawful_bonus=25
|
||||
textdomain=wesnoth
|
||||
[/time]
|
||||
[illuminated_time]
|
||||
id=afternoon
|
||||
name= _ "Afternoon"
|
||||
image=misc/schedule-afternoon.png
|
||||
lawful_bonus=25
|
||||
textdomain=wesnoth
|
||||
[/illuminated_time]
|
||||
#enddef
|
||||
|
||||
|
@ -53,6 +59,7 @@ name= _ "Dusk"
|
|||
image=misc/schedule-dusk.png
|
||||
green=-20
|
||||
blue=-20
|
||||
textdomain=wesnoth
|
||||
[/time]
|
||||
[illuminated_time]
|
||||
id=afternoon
|
||||
|
@ -61,6 +68,7 @@ image=misc/schedule-afternoon.png
|
|||
lawful_bonus=25
|
||||
green=-20
|
||||
blue=-20
|
||||
textdomain=wesnoth
|
||||
[/illuminated_time]
|
||||
#enddef
|
||||
|
||||
|
@ -73,6 +81,7 @@ lawful_bonus=-25
|
|||
red=-40
|
||||
green=-40
|
||||
blue=-10
|
||||
textdomain=wesnoth
|
||||
[/time]
|
||||
[illuminated_time]
|
||||
id=dusk
|
||||
|
@ -81,6 +90,7 @@ image=misc/schedule-dusk.png
|
|||
red=-40
|
||||
green=-40
|
||||
blue=-10
|
||||
textdomain=wesnoth
|
||||
[/illuminated_time]
|
||||
#enddef
|
||||
|
||||
|
@ -93,6 +103,7 @@ lawful_bonus=-25
|
|||
red=-40
|
||||
green=-40
|
||||
blue=-10
|
||||
textdomain=wesnoth
|
||||
[/time]
|
||||
[illuminated_time]
|
||||
id=dusk
|
||||
|
@ -101,6 +112,7 @@ image=misc/schedule-dusk.png
|
|||
red=-40
|
||||
green=-40
|
||||
blue=-10
|
||||
textdomain=wesnoth
|
||||
[/illuminated_time]
|
||||
#enddef
|
||||
|
||||
|
@ -110,10 +122,12 @@ id=underground
|
|||
name= _ "Underground"
|
||||
image=misc/schedule-underground.png
|
||||
lawful_bonus=-25
|
||||
textdomain=wesnoth
|
||||
[/time]
|
||||
[illuminated_time]
|
||||
id=underground
|
||||
name= _ "Underground"
|
||||
image=misc/schedule-underground-illum.png
|
||||
textdomain=wesnoth
|
||||
[/illuminated_time]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue