complete inclusion of AOI by moving textdomains
This commit is contained in:
parent
b419deb98e
commit
d524ef29c7
54 changed files with 12 additions and 12 deletions
|
@ -927,7 +927,7 @@ AC_CONFIG_FILES([Makefile
|
|||
po/wesnoth-trow/Makefile.in
|
||||
po/wesnoth-tsg/Makefile.in
|
||||
po/wesnoth-utbs/Makefile.in
|
||||
po/wesnoth-An_Orcish_Incursion/Makefile.in
|
||||
po/wesnoth-aoi/Makefile.in
|
||||
m4/Makefile
|
||||
icons/Makefile
|
||||
src/Makefile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#textdomain wesnoth-An_Orcish_Incursion
|
||||
#textdomain wesnoth-aoi
|
||||
[textdomain]
|
||||
name="wesnoth-An_Orcish_Incursion"
|
||||
name="wesnoth-aoi"
|
||||
path="data/campaigns/An_Orcish_Incursion/translations"
|
||||
[/textdomain]
|
||||
[campaign]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-An_Orcish_Incursion
|
||||
#textdomain wesnoth-aoi
|
||||
[scenario]
|
||||
name=_"Defend the Forest"
|
||||
id="1_Defend_the_Forest"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-An_Orcish_Incursion
|
||||
#textdomain wesnoth-aoi
|
||||
[scenario]
|
||||
name=_"Assassins"
|
||||
id="2_Assassins"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-An_Orcish_Incursion
|
||||
#textdomain wesnoth-aoi
|
||||
[scenario]
|
||||
name=_"Wasteland"
|
||||
id="3_Wasteland"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-An_Orcish_Incursion
|
||||
#textdomain wesnoth-aoi
|
||||
[scenario]
|
||||
name=_"Valley of Trolls"
|
||||
id="4_Valley_of_Trolls"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-An_Orcish_Incursion
|
||||
#textdomain wesnoth-aoi
|
||||
[scenario]
|
||||
name=_"Linaera the Quick"
|
||||
id="5_Linaera_the_Quick"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-An_Orcish_Incursion
|
||||
#textdomain wesnoth-aoi
|
||||
[scenario]
|
||||
name=_"A Detour through the Swamp"
|
||||
id="6_A_Detour_through_the_Swamp"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#textdomain wesnoth-An_Orcish_Incursion
|
||||
#textdomain wesnoth-aoi
|
||||
[scenario]
|
||||
name=_"Showdown"
|
||||
id="7_Showdown"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = wesnoth wesnoth-editor wesnoth-lib wesnoth-units wesnoth-multiplayer wesnoth-tutorial wesnoth-did wesnoth-ei wesnoth-httt wesnoth-l wesnoth-nr wesnoth-sof wesnoth-sotbe wesnoth-tb wesnoth-trow wesnoth-tsg wesnoth-utbs wesnoth-An_Orcish_Incursion
|
||||
SUBDIRS = wesnoth wesnoth-editor wesnoth-lib wesnoth-units wesnoth-multiplayer wesnoth-tutorial wesnoth-did wesnoth-ei wesnoth-httt wesnoth-l wesnoth-nr wesnoth-sof wesnoth-sotbe wesnoth-tb wesnoth-trow wesnoth-tsg wesnoth-utbs wesnoth-aoi
|
||||
|
||||
PO4A_SUBDIRS = wesnoth-manpages
|
||||
PO4A_OPTIONS = --rm-backups --copyright-holder "Wesnoth Development Team"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Makefile variables for PO directory in any package using GNU gettext.
|
||||
|
||||
# Usually the message domain is the same as the package name.
|
||||
DOMAIN = wesnoth-An_Orcish_Incursion
|
||||
DOMAIN = wesnoth-aoi
|
||||
|
||||
# These two variables depend on the location of this directory.
|
||||
subdir = po/$(DOMAIN)
|
Loading…
Add table
Reference in a new issue