mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
a018cb56c9
commit
d4241b0f62
1 changed files with 6 additions and 0 deletions
|
|
@ -97,6 +97,12 @@ while(<LANG>) {
|
||||||
|
|
||||||
if($value =~ s/^\"(.*)\"\s*$/$1/g) {
|
if($value =~ s/^\"(.*)\"\s*$/$1/g) {
|
||||||
|
|
||||||
|
# Skip voice-only entries
|
||||||
|
if(!$value && $set{'voice'}) {
|
||||||
|
$idnum{$set{'id'}} = '_done_';
|
||||||
|
next;
|
||||||
|
}
|
||||||
|
|
||||||
$idnum = $idnum{$set{'id'}};
|
$idnum = $idnum{$set{'id'}};
|
||||||
|
|
||||||
if($idnum eq "") {
|
if($idnum eq "") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue