minimal-mistakes icon indicating copy to clipboard operation
minimal-mistakes copied to clipboard

RTL layout for fa-IR and ar-AR localisations

Open srezasm opened this issue 3 years ago • 4 comments

What happened?

  • Minimal Mistakes version: 4.24.0
  • Ruby gem or remote theme version: Any
  • Jekyll version: 3.9
  • Git repository URL: https://github.com/srezasm/blog
  • Hosted on GitHub Pages (if yes provide URL to site): https://srezasm.github.io/blog/
  • Operating system: Linux

Expected behavior

The theme must adjust to the RTL layout by choosing a right-to-left language localization like fa-IR and ar-AR

Steps to reproduce the behavior

  1. Cloned the main repo
  2. Configured the GitHub pages settings

Other

No response

srezasm avatar Sep 10 '22 13:09 srezasm

Here is an example of RTL post: image

I changed every "right" with "left" and vice versa in the inspector > sources > main.css and added direction: rtl to the body element and here is the result: screencapture-srezasm-github-io-blog-rtl-rtl-post-2022-09-10-18_38_39

srezasm avatar Sep 10 '22 14:09 srezasm

can you tell me how did you do it?

N013M avatar May 20 '23 12:05 N013M

can you tell me how did you do it?

Here is the link to my RTL fork: https://github.com/srezasm/minimal-mistakes-rtl

srezasm avatar May 20 '23 14:05 srezasm

can you tell me how did you do it?

Here is the link to my RTL fork: https://github.com/srezasm/minimal-mistakes-rtl

Thanks so much

N013M avatar May 31 '23 09:05 N013M

Implemented in #4886.

iBug avatar Jun 28 '24 10:06 iBug