summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/genlang3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/genlang b/tools/genlang
index 6348f6e1ad..f4eb698a8f 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -440,6 +440,9 @@ while(<LANG>) {
440 print STDERR "$input:$line:1: warning: voice before line lacks quotes ($voice)!\n"; 440 print STDERR "$input:$line:1: warning: voice before line lacks quotes ($voice)!\n";
441 $voice='""'; 441 $voice='""';
442 } 442 }
443 if($dest eq '""' && $phrase{'desc'} !~ /deprecated/i && $idstr !~ /^VOICE/) {
444 print STDERR "$input:$line:1: warning: empty dest before line in non-deprecated phrase!\n";
445 }
443 446
444 # Use the ID name to figure out which id number range we 447 # Use the ID name to figure out which id number range we
445 # should use for this phrase. Voice-only strings are 448 # should use for this phrase. Voice-only strings are