summaryrefslogtreecommitdiff
path: root/tools/genlang
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genlang')
-rwxr-xr-xtools/genlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index 2677735d2e..21182b7f9f 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -85,7 +85,7 @@ while(<LANG>) {
85# print "VOICE: ".$set{'voice'}." VALUE: $value\n"; 85# print "VOICE: ".$set{'voice'}." VALUE: $value\n";
86 # Note: if both entries are "", the string is deprecated, 86 # Note: if both entries are "", the string is deprecated,
87 # but must be included to maintain compatibility 87 # but must be included to maintain compatibility
88 if(($value eq "\"\"") && $set{'voice'} ne "\"\"") { 88 if($set{'id'} =~ /^VOICE_/) {
89 # voice-only 89 # voice-only
90 push @vfile, $set{'id'}; 90 push @vfile, $set{'id'};
91 } 91 }