summaryrefslogtreecommitdiff
path: root/tools/genlang
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genlang')
-rwxr-xr-xtools/genlang3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index 863a104185..a5f62bf3ca 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -479,8 +479,9 @@ while(<LANG>) {
479 my $idstr = $phrase{'id'}; 479 my $idstr = $phrase{'id'};
480 my $idnum; 480 my $idnum;
481 481
482 if($binary && !$english{$idstr}) { 482 if(($binary || $binvoice || $voiceout) && !$english{$idstr}) {
483 # $idstr doesn't exist for english, skip it\n"; 483 # $idstr doesn't exist for english, skip it\n";
484 # FIXME/TODO: Any reason this filter shouldn't always be enabled?
484 } 485 }
485 elsif($dest =~ /^none\z/i) { 486 elsif($dest =~ /^none\z/i) {
486 # "none" as dest (without quotes) means that this entire 487 # "none" as dest (without quotes) means that this entire