- Status Closed
- Percent Complete
- Task Type Patches
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.4
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#10783 - WPS translation
Following WPS translation support in r22837, I’ve changed the wps files to get common WPS phrases using the %Sx skin tag.
This patch also contains the changes done in “ FS#10782 - WPS: Rename ‘Next Song’ to ‘Next Track’”
Closed by tomers
2009-11-15 21:40
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2009-11-15 21:40
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Committed in r23638.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This patch adds the followings:
- New conditional skin token 'Sr' which checks whether the currently loaded language is an RTL language (Hebrew/Arabic). It uses lang_is_rtl().
- The 'Sr' token is used across skin files to determine the location of colon, and the appropriate order of current track counter ('X of Y', or 'Y' of 'X').
- Added Hebrew translation
Synced to r23626
looks good, but the 2nd hunk in skin_parser.c needs to be removed… that is only for features which are not compiled into that build… rtl is something which could change while the skin is loaded which would mean the skin wont work after a lang change,
Changes from previous patch:
- Fix jdgordon's remark
- Use colon in the translated string itself, in order to save usage of %Sr in many places