From d4241b0f62f6cce7d649faa97888722028d24813 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 5 Apr 2004 23:07:08 +0000 Subject: 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 --- tools/binlang | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/binlang') diff --git a/tools/binlang b/tools/binlang index 15de9dbabf..64e9a8576a 100755 --- a/tools/binlang +++ b/tools/binlang @@ -97,6 +97,12 @@ while() { 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 "") { -- cgit v1.2.3