mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 18:17:20 +00:00
Make some use of the 'first line of translatable string' variable
This commit is contained in:
parent
cbea9b7720
commit
18b0becd93
@ -111,7 +111,7 @@ sub read_wml_file {
|
||||
|
||||
if ($translatable and $domainstack[0] eq $domain) {
|
||||
my $msg = "\"\"\n" . raw2postring($str);
|
||||
push @{$messages{$msg}}, "$file:$." ;
|
||||
push @{$messages{$msg}}, "$file:$line" ;
|
||||
push @{$nodeinfostack[-1][1]}, $msg if $valid_wml;
|
||||
}
|
||||
$str = undef;
|
||||
|
Loading…
x
Reference in New Issue
Block a user