This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6360 - Bork Bork Bork
Attached to Project:
Rockbox
Opened by Robert Keevil (obo) - Monday, 20 November 2006, 12:15 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 11 August 2007, 17:09 GMT+2
Opened by Robert Keevil (obo) - Monday, 20 November 2006, 12:15 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 11 August 2007, 17:09 GMT+2
|
DetailsAdds borkborkbork (aka Swedish Chef) as a language.
Also attached is a QnD perl script that I wrote - it calls an external programme to translate each dest string. Used the GNU Talk Filters (http://www.hyperrealm.com/talkfilters/talkfilters.html) to do the hard work. Most of the other filters didn't work very well with the short strings that rb uses. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Saturday, 11 August 2007, 17:09 GMT+2
Reason for closing: Rejected
Saturday, 11 August 2007, 17:09 GMT+2
Reason for closing: Rejected
I could not get this to work. Is it supposed to be changing the displayed text (.lang file), in which case the filesize seemed too large, or a spoken voice file (which would make more sense), in which case it should be .voice and I would expect the filesize to be much larger.
That's because it's a source language file (.lang). You need to convert it to the binary format (.lng) for it to work with Rockbox on target. Use binlang (from the tools/ dir in the Rockbox source distribution) to convert it.