removed a part that *should* not be needed anymore
if any new untranslated strings appear, please tell me
This commit is contained in:
parent
ba88d9884d
commit
5493cd1539
1 changed files with 9 additions and 8 deletions
|
@ -93,14 +93,15 @@ foreach my $file (@ARGV) {
|
|||
# single-line non-quoted string
|
||||
die "nested string in $file" if defined $str;
|
||||
|
||||
# magic handling of weapon descriptions
|
||||
push @{$messages{raw2postring($2)}}, "$file:$."
|
||||
if $readingattack and
|
||||
($1 eq 'name' or $1 eq 'type' or $1 eq 'special');
|
||||
|
||||
# magic handling of unit abilities
|
||||
push @{$messages{raw2postring($2)}}, "$file:$."
|
||||
if $1 eq 'ability';
|
||||
### probably not needed ###
|
||||
# # magic handling of weapon descriptions
|
||||
# push @{$messages{raw2postring($2)}}, "$file:$."
|
||||
# if $readingattack and
|
||||
# ($1 eq 'name' or $1 eq 'type' or $1 eq 'special');
|
||||
#
|
||||
# # magic handling of unit abilities
|
||||
# push @{$messages{raw2postring($2)}}, "$file:$."
|
||||
# if $1 eq 'ability';
|
||||
|
||||
} elsif (m,\[attack\],) {
|
||||
$readingattack = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue