mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-11 06:05:21 -05:00
Greek language update by Alexander Spyridakis. Also increased language buffer (18KB) to let the new file fit in memory.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10008 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0f661ab26c
commit
bfee7eb4e8
2 changed files with 2201 additions and 584 deletions
2777
apps/lang/greek.lang
2777
apps/lang/greek.lang
File diff suppressed because it is too large
Load diff
|
|
@ -18,7 +18,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* size of the buffer used for loadable, translated strings */
|
/* size of the buffer used for loadable, translated strings */
|
||||||
#define MAX_LANGUAGE_SIZE 16000
|
#define MAX_LANGUAGE_SIZE 18000
|
||||||
|
|
||||||
/* both these must match the two initial bytes in the binary lang file */
|
/* both these must match the two initial bytes in the binary lang file */
|
||||||
#define LANGUAGE_COOKIE 0x1a
|
#define LANGUAGE_COOKIE 0x1a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue