Hi All!
I'm going to fully translate LT to Persian.
During this Process two Problems occurred,
Persian is a Right to left lang. and need to encode by UTF-8.
There they are:
1.To RTL the lang. file I added this line to it:
$messages['direction']='rtl';
Then the file changed to this:
$messages['encoding'] = 'UTF-8';
$messages['locale_description'] = 'Persian Lang. File';
$messages['direction']='rtl';
And other lines………..
This is the first problem!
Before adding this line when you login to the admin panel, there is a LT logo at the top of the page.
Then when I added that line, the logo will disappear!
So where is the Problem?
The second problem:
Look at this photo:
http://i2.tinypic.com/origz4.jpg
I took it before translating.
Everything is alright. All of the management links are in the right place.
And there is a little space between them to separate.
Now look this:
http://i2.tinypic.com/orih3l.jpg
I took it after translating!
The separator space is gone!
I think that it is relate to that line!
So where is the problem?!??
if we can solve the problem that occurs from adding that line, then may be the other problems solve!
P.N: Sorry for my bad Eng.! I can't Speak English very well, it's a truth! But I can Translate English to Persian very well, it's a truth too!
