mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 02:43:26 +00:00
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
@ -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…
x
Reference in New Issue
Block a user