added missing textdomains and scan for the "general campaign stuff", too

(weapon names and such that should appear in the mainfile)
This commit is contained in:
Nils Kneuper 2007-05-11 22:47:32 +00:00
parent 611ab19cb1
commit 2e2862f073
6 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#textdomain wesnoth-did
# This file contains all death sequences
#define MALIN_DEATH
@ -75,4 +76,4 @@
result=defeat
[/endlevel]
[/event]
#enddef
#enddef

View File

@ -1,3 +1,4 @@
#textdomain wesnoth-did
# New Macros
# Define starting villages

View File

@ -1,3 +1,4 @@
#textdomain wesnoth
# Dark Sorcerer here is identical to normal except can't advance to lich
[unit]
id=Dark Sorcerer DiD
@ -138,4 +139,4 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}
[/frame]
[/animation]
[/attack]
[/unit]
[/unit]

View File

@ -1,3 +1,4 @@
#textdomain wesnoth-nr
## Common code for hero deaths.
[event]

View File

@ -1,3 +1,4 @@
#textdomain wesnoth-nr
## These macros support a fourth (actually zeroth) difficulty level, NEWBIE.
#macro to define a 'quantity' differently based on difficulty levels

View File

@ -1,2 +1,2 @@
find data -name themes -prune -o -name campaigns -prune -o -name tutorial -prune -o -name editor-groups.cfg -prune -o -name '*.cfg' -print
find data -name themes -prune -o -name editor-groups.cfg -prune -o -name '*.cfg' -print
find data/themes/ -name editor.cfg -prune -o -name '*.cfg' -print