RTLTeam
Size: 2196
Comment:
|
Size: 2845
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
== What is RTL == RTL stands for right to left. Since RTL is a not the original direction of text and GUI's in computing it has it's own development challenges. |
We try to contribute our changes upstream as much as possible. == What's the Problem? == Implementing support for languages that are written from right to left (RTL), requires more than just translation. Since RTL users are accustomed to read from right to left, they naturally scan the UI from right to left. Essentially, they expect to see a mirror image of the UI (there are exceptions). So the UI's layout needs to be changed to facilitate this. For instance, text should be right aligned instead of left aligned, and checkboxes are commonly placed to the right of their label instead of to the left of it, vertical scrollbars are on the left side instead of on the right side and so on. Here are some [[RTLTeam/RTLScreenshots | screenshots]] and there's a [[http://www.chromium.org/developers/design-documents/ui-mirroring-infrastructure | good, more in-depth reading about this RTL mirroring]] at the Chromium project. |
Line 15: | Line 17: |
We try to contribute our changes upstream as much as possible. Please try to stick to that code (literally) :) . |
Most importantly: keep up-to-date on RTL issues
Join the team on launchpad. The team is subscribed to all changes in the Ubuntu bugs that are tagged with 'rtl' so you will get those by E-mail.
- Subscribe to this wiki page.
Mission
The Ubuntu RTL Team's mission is to improve the support of right-to-left languages like Arabic, Farsi and Hebrew in Ubuntu.
We try to contribute our changes upstream as much as possible.
What's the Problem?
Implementing support for languages that are written from right to left (RTL), requires more than just translation. Since RTL users are accustomed to read from right to left, they naturally scan the UI from right to left. Essentially, they expect to see a mirror image of the UI (there are exceptions). So the UI's layout needs to be changed to facilitate this. For instance, text should be right aligned instead of left aligned, and checkboxes are commonly placed to the right of their label instead of to the left of it, vertical scrollbars are on the left side instead of on the right side and so on. Here are some screenshots and there's a good, more in-depth reading about this RTL mirroring at the Chromium project.
There is a table with information about the RTL languages.
Bug Priority
Make a fall back from Unity to Unity 2D for RTL users in precise before release
Getting RTL enabled in LibreOffice by default or by the presence of an RTL keyboard layout in precise before release
Getting RTL support in Unity
12.10
RTL Bug lists
Achievements
✓ Getting the rtl tag accepted as one of the standard Ubuntu bug tags
RTLTeam (last edited 2012-10-18 22:18:49 by mightyiam)