summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-27 22:17:40 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-27 22:17:40 -0400
commitf30f1bb467f9d7bd14b43311859c5d275c8abacc (patch)
tree6b52ec5011222b6af86e898cc0d25eab3bdf1cc2
parente1681345ccf4d4790a00b50bf7fd064fb3ad1e37 (diff)
downloadrockbox-f30f1bb467f9d7bd14b43311859c5d275c8abacc.tar.gz
rockbox-f30f1bb467f9d7bd14b43311859c5d275c8abacc.zip
updatelang: don't special-case english-us yet
Change-Id: If1a331d4f603154c036cd6c6b46f3a11e5e595e4
-rwxr-xr-xtools/updatelang22
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/updatelang b/tools/updatelang
index df8f7e8aa4..5c2139f34f 100755
--- a/tools/updatelang
+++ b/tools/updatelang
@@ -412,17 +412,17 @@ foreach my $id (@langorder) {
412########## Write new language file 412########## Write new language file
413my $printnotes = 1; 413my $printnotes = 1;
414 414
415my @tmp = split(/\./, basename($ARGV[0])); 415#my @tmp = split(/\./, basename($ARGV[0]));
416my $f1 = $tmp[0]; 416#my $f1 = $tmp[0];
417@tmp = split(/\./, basename($ARGV[1])); 417#@tmp = split(/\./, basename($ARGV[1]));
418my $f2 = $tmp[0]; 418#my $f2 = $tmp[0];
419 419#
420if (index($f2, $f1) > -1) { 420#if (index($f2, $f1) > -1) {
421 $printnotes = 0; 421# $printnotes = 0;
422} 422#}
423undef $f1; 423#undef $f1;
424undef $f2; 424#undef $f2;
425undef @tmp; 425#undef @tmp;
426 426
427my $fh; 427my $fh;
428if ($ARGV[2] ne '-') { 428if ($ARGV[2] ne '-') {