mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
RTL language enhancements by Tomers Shalev and I.
3 new tokens: %ax - the next token should follow the language direction (what that means is defined by the individual tokens) %aL - align left on LTR language (same as %al), right on RTL languages %aR - align right on LTR language (same as %ar), left on RTL languages This commit adds %ax support to the %V and %Cl tokens. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24193 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
57667c51cf
commit
91e6b06be9
13 changed files with 89 additions and 36 deletions
|
|
@ -9,8 +9,8 @@
|
|||
%xl|D|shuffle-220x176x16.bmp|155|153|
|
||||
%xl|E|repeat-220x176x16.bmp|182|151|4|
|
||||
%xl|F|playmode-220x176x16.bmp|200|152|5|
|
||||
%Cl|15|32|s75|s75|
|
||||
%pb|pb-220x176x16.bmp|11|121|199|8|
|
||||
%ax%Cl|15|32|s75|s75|
|
||||
%ax%pb|pb-220x176x16.bmp|11|121|199|8|
|
||||
%?mh<%xdAa|%xdAb>
|
||||
%?bp<%?bc<%xdBa|%xdBb>|%?bl<|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj>>
|
||||
%?pv<%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi|%xdCj>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
#NowPlaying
|
||||
%?C<%Vda%C|%Vdb>
|
||||
|
||||
%Vl|a|105|30|-|90|1|-|-|
|
||||
%ax%Vl|a|105|30|-|90|1|-|-|
|
||||
%s%al%?it<%it|%fn>
|
||||
%s%al%?ia<%ia|%?d2<%d2|(root)>>
|
||||
%s%al%?id<%id|%?d1<%d1|(root)>>
|
||||
|
|
@ -39,4 +39,4 @@
|
|||
|
||||
|
||||
%V|11|130|199|20|1|-|-|
|
||||
%al%pc%ac%?Sr<%pe %Sx|of| %pp|%pp %Sx|of| %pe>%ar%pr
|
||||
%aL%pc%ac%?Sr<%pe %Sx|of| %pp|%pp %Sx|of| %pe>%aR%pr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue