You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some necessary things to be fixed with Persian/Farsi/Arabic/Hebrew.
<code> must have "direction:ltr"
margin_auto.title: "margin: auto;" This must be "ltr", so it might be needed to be change to margin_auto.title: "<span style=\"direction:ltr\">margin: auto;</span>" or something similar
In position.html, red box is not positioned properly
In position-example.html, float-layout.html , media-queries.html and percent.html, sidebar must be a right-side sidebar, to match with rtl.
In media-queries.html, red sidebar items are not translatable.
In inline-block.html, first example items are float left and not the same as second example. So they must have float:right
In inline-block-layout.html and flexbox.html, sidebar is correctly a right-side sidebar! May be you want to skeep 4th issue and change this one.
The "Twitter" share link at the bottom of all pages is not translatable.
And one of most important ones! At the bottom of the index page among languages, it must be فارسی and not رسیدن
And as a suggestion, it is better to have paragraphs justified.
The text was updated successfully, but these errors were encountered:
There are some necessary things to be fixed with Persian/Farsi/Arabic/Hebrew.
<code>
must have "direction:ltr"margin_auto.title: "margin: auto;"
This must be "ltr", so it might be needed to be change tomargin_auto.title: "<span style=\"direction:ltr\">margin: auto;</span>"
or something similarposition.html
, red box is not positioned properlyposition-example.html
,float-layout.html
,media-queries.html
andpercent.html
, sidebar must be a right-side sidebar, to match withrtl
.media-queries.html
, red sidebar items are not translatable.inline-block.html
, first example items are float left and not the same as second example. So they must havefloat:right
inline-block-layout.html
andflexbox.html
, sidebar is correctly a right-side sidebar! May be you want to skeep 4th issue and change this one.فارسی
and notرسیدن
The text was updated successfully, but these errors were encountered: