summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-12-12 22:26:35 -0500
committerSolomon Peachy <pizza@shaftnet.org>2020-12-12 22:26:35 -0500
commitb459ded533dd57506972b92127c618254322d8ca (patch)
tree204307c2132949c11bb1a60b61bff9a9869e1a59
parent55d301184df22b89ea66c011f7cbd755cb79f82e (diff)
downloadrockbox-b459ded533dd57506972b92127c618254322d8ca.tar.gz
rockbox-b459ded533dd57506972b92127c618254322d8ca.zip
updatelang: Fix a couple of typos in the output used by the translate site
Change-Id: I13fe3e106c128dbc646906b5cb2c9702feb6bda2
-rwxr-xr-xtools/updatelang4
1 files 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) {
310 if (!defined($lp{$tgt})) { 310 if (!defined($lp{$tgt})) {
311 # If it doesn't exist in the language, copy it from English 311 # If it doesn't exist in the language, copy it from English
312 if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) { 312 if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) {
313 $lang{$id}{'notes'} .= "### The <dest> section for '$id:$tgt' is missing! Copying from english\n"; 313 $lang{$id}{'notes'} .= "### The <dest> section for '$id:$tgt' is missing! Copying from english!\n";
314# print "#!! '$id:$tgt' dest missing\n"; 314# print "#!! '$id:$tgt' dest missing\n";
315 } 315 }
316 $lang{$id}{'dest'}{$tgt} = $english{$id}{'dest'}{$tgt}; 316 $lang{$id}{'dest'}{$tgt} = $english{$id}{'dest'}{$tgt};
@@ -359,7 +359,7 @@ foreach my $id (@langorder) {
359 if (!defined($lp{$tgt})) { 359 if (!defined($lp{$tgt})) {
360 # If it doesn't exist in the language, copy it from English 360 # If it doesn't exist in the language, copy it from English
361 if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) { 361 if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) {
362 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is missing! Copying from english\n"; 362 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is missing! Copying from english!\n";
363# print "#!! '$id:$tgt' voice missing\n"; 363# print "#!! '$id:$tgt' voice missing\n";
364 } 364 }
365 $lang{$id}{'voice'}{$tgt} = $english{$id}{'voice'}{$tgt}; 365 $lang{$id}{'voice'}{$tgt} = $english{$id}{'voice'}{$tgt};