mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 01:58:31 +00:00
34 lines
437 B
INI
34 lines
437 B
INI
#textdomain wesnoth-test
|
|
|
|
{@themes/}
|
|
|
|
[textdomain]
|
|
name="wesnoth-test"
|
|
[/textdomain]
|
|
[textdomain]
|
|
name="wesnoth"
|
|
[/textdomain]
|
|
[textdomain]
|
|
name="wesnoth-lib"
|
|
[/textdomain]
|
|
#ifdef TEST
|
|
# Load core wml for tests including macros and units
|
|
{@core}
|
|
|
|
#Load test macros
|
|
{test/macros}
|
|
|
|
#Load test scenarios
|
|
{test/scenarios}
|
|
|
|
{core/terrain-graphics.cfg}
|
|
|
|
[binary_path]
|
|
path=data/core
|
|
[/binary_path]
|
|
|
|
{@game_config.cfg}
|
|
|
|
|
|
#endif
|