summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/updatelang2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/updatelang b/tools/updatelang
index febfadbfe0..b2d8c9028f 100755
--- a/tools/updatelang
+++ b/tools/updatelang
@@ -446,6 +446,8 @@ foreach my $id (@langorder) {
446 $lang{$id}{'dest'}{$tgt} ne $english{$id}{'dest'}{$tgt}) { 446 $lang{$id}{'dest'}{$tgt} ne $english{$id}{'dest'}{$tgt}) {
447 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is blank! Copying from translated <dest>!\n"; 447 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is blank! Copying from translated <dest>!\n";
448 $lang{$id}{'voice'}{$tgt} = $lang{$id}{'dest'}{$tgt}; 448 $lang{$id}{'voice'}{$tgt} = $lang{$id}{'dest'}{$tgt};
449 } elsif ($id eq 'VOICE_LANG_NAME') {
450 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is blank! Please fill out!\n";
449 } else { 451 } else {
450 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is blank! Copying from english!\n"; 452 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is blank! Copying from english!\n";
451 453