mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-01-11 08:53:54 +01:00
update checkMissingTranslation.pl
This commit is contained in:
parent
d80de3f940
commit
bf2882e1c7
@ -77,7 +77,7 @@ for my $file(@files){
|
||||
}
|
||||
my $data = $xml->XMLin($file);
|
||||
if( not $data->{string} or ($data->{string}{content} and not ref $data->{string}{content} )){
|
||||
warn "!! please make at least 2 string entries in $file\n";
|
||||
warn "?? please make at least 2 string entries in $file\n";
|
||||
next;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user