diff options
-rwxr-xr-x | tools/genlang | 3 |
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>) { my $idstr = $phrase{'id'}; my $idnum; - if($binary && !$english{$idstr}) { + if(($binary || $binvoice || $voiceout) && !$english{$idstr}) { # $idstr doesn't exist for english, skip it\n"; + # FIXME/TODO: Any reason this filter shouldn't always be enabled? } elsif($dest =~ /^none\z/i) { # "none" as dest (without quotes) means that this entire |