تم تعديله بواسطة khalid في 2013-8-17 22:19
Hi all ,
I want to talk about some bugs need to fix just for arabic and (all rtl langs in future )
the problem is (two word position) (words format )
In arabic some words position need to change
For example :-
In english and all LTR langs the format is " username's space " As above image
but in Rtl langs there no "'s" the format (must be in rtl) is " Space then username"
I mean in RTL the username come in the end not in starting ?
-----------
The question here how to make this ?!
Can we make it like " css function " ?
Explanation for last question :-
(THE 1ST FIX)
All lang words have values
so in template files
we will find (for example ) in default
{username} {space}
Why not use "if func." ?!
if rtl {space} {username}
else {username} {space}
Note : I know the original places and values
----------------------------------------------------
2- (The second fix)
use english format like arabic format e.g "the space of username"
Not recomended because there too many words need to fixed and some formats do not go with rtl and ltr in same time
|