forked from len0rd/rockbox
treat "" 'new' strings as non-existing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2608 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
17cf448f59
commit
36069b3506
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ while(<LANG>) {
|
||||||
if($var eq "new") {
|
if($var eq "new") {
|
||||||
# the last one for a single phrase
|
# the last one for a single phrase
|
||||||
|
|
||||||
if(!$value) {
|
if(!$value || ($value eq \"\") ) {
|
||||||
# if not set, get the english version
|
# if not set, get the english version
|
||||||
$value = $set{'eng'};
|
$value = $set{'eng'};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue