summaryrefslogtreecommitdiff
path: root/tools/genlang
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genlang')
-rwxr-xr-xtools/genlang4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/genlang b/tools/genlang
index abff3e8e18..24b29b7d9a 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -469,6 +469,10 @@ while(<LANG>) {
469 else { 469 else {
470 $idnum = $idcount[$user]++; 470 $idnum = $idcount[$user]++;
471 } 471 }
472
473 # Strip out the magic "Same as english" flag
474 $dest =~ s/^("?)~/$1/;
475 $voice =~ s/^("?)~/$1/;
472 476
473 $id{$idstr} = $idnum; 477 $id{$idstr} = $idnum;
474 $idnum[$user][$idnum]=$idstr; 478 $idnum[$user][$idnum]=$idstr;