mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
updatelang: Fix a couple of typos in the output used by the translate site
Change-Id: I13fe3e106c128dbc646906b5cb2c9702feb6bda2
This commit is contained in:
parent
55d301184d
commit
b459ded533
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <dest> section for '$id:$tgt' is missing! Copying from english\n";
|
||||
$lang{$id}{'notes'} .= "### The <dest> 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 <voice> section for '$id:$tgt' is missing! Copying from english\n";
|
||||
$lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is missing! Copying from english!\n";
|
||||
# print "#!! '$id:$tgt' voice missing\n";
|
||||
}
|
||||
$lang{$id}{'voice'}{$tgt} = $english{$id}{'voice'}{$tgt};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue