Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some necessary fixes for right-to-left languages like Persian. #45

Closed
shahverd opened this issue Mar 19, 2013 · 1 comment
Closed

Some necessary fixes for right-to-left languages like Persian. #45

shahverd opened this issue Mar 19, 2013 · 1 comment

Comments

@shahverd
Copy link
Contributor

There are some necessary things to be fixed with Persian/Farsi/Arabic/Hebrew.

  1. <code> must have "direction:ltr"
  2. 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
  3. In position.html, red box is not positioned properly
  4. In position-example.html, float-layout.html , media-queries.html and percent.html, sidebar must be a right-side sidebar, to match with rtl.
  5. In media-queries.html, red sidebar items are not translatable.
  6. In inline-block.html, first example items are float left and not the same as second example. So they must have float:right
  7. 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.
  8. The "Twitter" share link at the bottom of all pages is not translatable.
  9. And one of most important ones! At the bottom of the index page among languages, it must be فارسی and not رسیدن
  10. And as a suggestion, it is better to have paragraphs justified.
@incompl
Copy link
Owner

incompl commented Mar 19, 2013

I fixed most of these, and opened new #46 for the ones I don't have time for today.

@incompl incompl closed this as completed Mar 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants