From b459ded533dd57506972b92127c618254322d8ca Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 12 Dec 2020 22:26:35 -0500 Subject: updatelang: Fix a couple of typos in the output used by the translate site Change-Id: I13fe3e106c128dbc646906b5cb2c9702feb6bda2 --- tools/updatelang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/updatelang b/tools/updatelang index fa78430958..601ec3d297 100755 --- a/tools/updatelang +++ b/tools/updatelang @@ -310,7 +310,7 @@ foreach my $id (@langorder) { if (!defined($lp{$tgt})) { # If it doesn't exist in the language, copy it from English if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) { - $lang{$id}{'notes'} .= "### The section for '$id:$tgt' is missing! Copying from english\n"; + $lang{$id}{'notes'} .= "### The section for '$id:$tgt' is missing! Copying from english!\n"; # print "#!! '$id:$tgt' dest missing\n"; } $lang{$id}{'dest'}{$tgt} = $english{$id}{'dest'}{$tgt}; @@ -359,7 +359,7 @@ foreach my $id (@langorder) { if (!defined($lp{$tgt})) { # If it doesn't exist in the language, copy it from English if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) { - $lang{$id}{'notes'} .= "### The section for '$id:$tgt' is missing! Copying from english\n"; + $lang{$id}{'notes'} .= "### The section for '$id:$tgt' is missing! Copying from english!\n"; # print "#!! '$id:$tgt' voice missing\n"; } $lang{$id}{'voice'}{$tgt} = $english{$id}{'voice'}{$tgt}; -- cgit v1.2.3