[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [developers] Fwd: [Arabic Team] RTL support in Sahana UI
- To: "Development Discussions" <developer at arabeyes dot org>
- Subject: Re: [developers] Fwd: [Arabic Team] RTL support in Sahana UI
- From: "Muayyad AlSadi" <alsadi at gmail dot com>
- Date: Thu, 30 Oct 2008 22:00:26 +0300
copy the original themes and apply this perl hack on all files
(templates/html/xml/css ...etc)
perl -wpe 's/left/alsadi_ight/gi;s/right/left/gi;s/alsadi_ight/right/gi;s/rtl/lt_alsadi/gi;s/ltr/rtl/gi;s/lt_alsadi/ltr/gi;'
files*.xml
on them and you will save 99% of the work
this will reverse any left and right things if specified
if not specified it will follow the master direction
so you need to make sure that it's set to rtl