forked from len0rd/rockbox
Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3d253c6ccf
commit
67de1d3d9b
39 changed files with 64312 additions and 69997 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
/* both these must match the two initial bytes in the binary lang file */
|
||||
#define LANGUAGE_COOKIE 0x1a
|
||||
#define LANGUAGE_VERSION 0x02
|
||||
#define LANGUAGE_VERSION 0x03
|
||||
|
||||
/* Initialize language array with the builtin strings */
|
||||
void lang_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue