mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
RTL support in menus
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22945 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f06c98fec8
commit
6d80565b1b
11 changed files with 127 additions and 19 deletions
|
@ -30,4 +30,6 @@ int lang_load(const char *filename);
|
|||
/* get the ID of an english string so it can be localised */
|
||||
int lang_english_to_id(const char* english);
|
||||
|
||||
/* returns whether the loaded language is a right-to-left language */
|
||||
int lang_is_rtl(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue