moved about to the campaign specific ifdef
this should fix translations at the first selection of the campaign
This commit is contained in:
parent
72669cb3d3
commit
7b1a441b27
1 changed files with 10 additions and 10 deletions
|
@ -17,10 +17,19 @@ name="wesnoth-tb"
|
|||
description= _ "A Black Mage is threatening the local village and its inhabitants. When their leader Bjarn sends for aid from his brother Arne, he is victorious, but Bjarn himself is kidnapped. Can you rescue him?
|
||||
A very short campaign, made for beginners on easy and challenging for pros on hard."
|
||||
|
||||
[/campaign]
|
||||
|
||||
[binary_path]
|
||||
path=data/campaigns/Two_Brothers/
|
||||
[/binary_path]
|
||||
|
||||
#ifdef CAMPAIGN_TWO_BROTHERS
|
||||
{campaigns/Two_Brothers/scenarios}
|
||||
|
||||
[about]
|
||||
title = _ "Campaign Designer"
|
||||
text = "Eric J. Mesoy (Circon)
|
||||
Nils Kneuper (Ivanovic)"
|
||||
Nils Kneuper (Ivanovic)"
|
||||
[/about]
|
||||
[about]
|
||||
title = _ "Artwork and Graphic Designers"
|
||||
|
@ -32,13 +41,4 @@ MadMax"
|
|||
text = "Bartek Waresiak (Dragonking)
|
||||
Christoph Berg (chrber)"
|
||||
[/about]
|
||||
|
||||
[/campaign]
|
||||
|
||||
[binary_path]
|
||||
path=data/campaigns/Two_Brothers/
|
||||
[/binary_path]
|
||||
|
||||
#ifdef CAMPAIGN_TWO_BROTHERS
|
||||
{campaigns/Two_Brothers/scenarios}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue