forked from len0rd/rockbox
Make genlang output correct .lng files when the 'none' keyword is used but is not all lowercase
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4382ac84ac
commit
90ccc336b4
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ if($english) {
|
||||||
|
|
||||||
print STDERR "DEST: \"$dest\" for $name / $id\n";
|
print STDERR "DEST: \"$dest\" for $name / $id\n";
|
||||||
|
|
||||||
if($update || ($dest && ($dest ne "none"))) {
|
if($update || ($dest && ($dest !~ /^none\z/i))) {
|
||||||
# we unconditionally always use all IDs when the "update"
|
# we unconditionally always use all IDs when the "update"
|
||||||
# feature is used
|
# feature is used
|
||||||
$id = $maybeid;
|
$id = $maybeid;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue