Closed
Bug 676262
Opened 14 years ago
Closed 14 years ago
Initial support for RTL languages
Categories
(support.mozilla.org :: Knowledge Base Software, task)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 437891
People
(Reporter: atopal, Unassigned)
Details
If I understood Tomer correctly, a simple CSS change should make SUMO already usable for RTL languages:
#wiki-doc {text-align: right; direction: rtl}
For Hebrew specifically: Add font-family:sans-serif to every page that includes Hebrew
But we need to make sure that English articles are not treated like this. Also, it would be good, if we could find a way to mark complete parapgrahs as not RTL.
Comment 1•14 years ago
|
||
It definitely isn't that trivial. There is a lot more CSS that needs to be added for RTL.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Target Milestone: 2011-08-23 → ---
| Reporter | ||
Comment 2•14 years ago
|
||
Was there a problem with that css snippet? I know, it would not be long term solution, but apparently it would make it possible for RTL contributors to actually contribute.
Comment 3•14 years ago
|
||
(In reply to Kadir Topal [:atopal] from comment #2)
> Was there a problem with that css snippet?
If that alone helps a bit then we can land it now. I would love to do a little more than just that for RTL though :)
| Reporter | ||
Comment 4•14 years ago
|
||
I can't judged because I don't read any RTL language, but from what Tomer said it was clear that this alone would solve the biggest issues, especially regarding text-input. I'd say let's do this now, if it doesn't cause any big problems and let's move forward with bug 437891 in the next few weeks/month.
| Reporter | ||
Updated•14 years ago
|
Target Milestone: --- → 2011-10-11
| Reporter | ||
Updated•14 years ago
|
Target Milestone: 2011-10-11 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•