diff options
author | smcv <smcv@web> | 2014-09-17 11:52:37 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-09-17 11:52:37 -0400 |
commit | 55e7f526c71c0726eb6fcdf5577f430aea51caa2 (patch) | |
tree | 72946f6db6d7b66536fc8b3cb8263b26c42ba64f | |
parent | bc1bf4a476f8f83af05a0fb8fb261c39fa4f274d (diff) | |
download | ikiwiki-55e7f526c71c0726eb6fcdf5577f430aea51caa2.tar ikiwiki-55e7f526c71c0726eb6fcdf5577f430aea51caa2.tar.gz |
Added a comment
-rw-r--r-- | doc/forum/PO_and_RTL_support/comment_7_a3ac2ad8a5e89efae1bbfdc4306678a7._comment | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/forum/PO_and_RTL_support/comment_7_a3ac2ad8a5e89efae1bbfdc4306678a7._comment b/doc/forum/PO_and_RTL_support/comment_7_a3ac2ad8a5e89efae1bbfdc4306678a7._comment new file mode 100644 index 000000000..7ee60f57c --- /dev/null +++ b/doc/forum/PO_and_RTL_support/comment_7_a3ac2ad8a5e89efae1bbfdc4306678a7._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="smcv" + ip="81.100.115.242" + subject="comment 7" + date="2014-09-17T15:52:36Z" + content=""" +LTR with embedded RTL, or vice versa, sounds like a job for +the [[tips/Right-to-left___40__RTL__41___page_text]] tip or +something very similar. + +> Maybe the direction setting in the CSS also has other effects + +https://html.spec.whatwg.org/#the-dir-attribute suggests that the +`dir` attribute is meant to be sufficient, but perhaps it's overridden +by an explict `text-align: left`? + +> most of the time what you actually mean is to reverse the direction: +> RTL becomes LTR and vice versa + +I don't think \"I know I am switching between English and Arabic, +but I don't know which one I'm currently writing\" is a major use-case :-) + +> an option to have different wiki pages/section with different master +> languages + +It sounds as though the po plugin is not really what you want, and +you'd be better off with being able to write +`\[[!meta lang=ar dir=rtl]]` or something. +"""]] |