The binlang script is now updated for the new string table format

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4468 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-04-05 23:07:08 +00:00
parent a018cb56c9
commit d4241b0f62

View file

@ -97,6 +97,12 @@ while(<LANG>) {
if($value =~ s/^\"(.*)\"\s*$/$1/g) {
# Skip voice-only entries
if(!$value && $set{'voice'}) {
$idnum{$set{'id'}} = '_done_';
next;
}
$idnum = $idnum{$set{'id'}};
if($idnum eq "") {