On 14.8.2006, at 1.04, Sean Fulmer wrote:
> I'm working on a multilingual site that includes
Arabic. I've
> noticed that
> inline lists of actions, like site actions, seem to
render out of
> sequence
> in RTL mode.
Try:
#portal-siteactions li a {
float: left;
margin-right: 1em; /* padding works fine too if you prefer
that */
}
in RTL.css.dtml. Works in firefox and safari (os x) and ie6
and
firefox (win xp). My guess is that this is a problem with
firefox's
and ie's RTL support (afaik it shouldn't work like that.
It was
working with Safari as it was.)
It's good to hear that someone else is using Plone for
Arabic site as
well. We're building a site in Saudi-Arabia that will be in
both
English and Arabic.
We put a lot of effort into translating Plone into Arabic.
Unfortunately the translation files should be reviewed by
someone who
understands Arabic and corrected for errors (there are a lot
of these).
If you're interested in the review process or just want to
use the
files as they are, I can send them to you.
Best Regards,
--
Janne Toivola
Nixu Oy
Web Specialist
www.nixu.com
GSM: +358 50 570 0742 (Finland)
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Plone-i18n mailing list
Plone-i18n lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-i18n
a>
|