]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/PO_and_RTL_support/comment_2_d302d47b3b3c2d75fa8de353d09cb825._comment
Merge remote-tracking branch 'spalax/calendar-autocreate'
[ikiwiki.git] / doc / forum / PO_and_RTL_support / comment_2_d302d47b3b3c2d75fa8de353d09cb825._comment
1 [[!comment format=mdwn
2  username="smcv"
3  ip="81.100.115.242"
4  subject="comment 2"
5  date="2014-09-17T08:19:38Z"
6  content="""
7 If I'm interpreting that Arabic website correctly, it *is* RTL, but
8 left-justified (which is a somewhat confusing CSS glitch, but hopefully
9 not a barrier to understanding by people who can read Arabic). English
10 words embedded in the Arabic are LTR, but my understanding of the bidi
11 algorithm is that that's meant to happen.
12
13 For instance, in the English version, the last paragraph before the inline says:
14
15 > Please feel free to subscribe to the rss or atom feeds to be informed on when new addons or a new version of an addon is made available. The following community supported addons are available:
16
17 and in the Arabic version, the last paragraph looks like this in my browser
18 (where `*****` represents Arabic that I don't know how to read):
19
20     : ***** (... lots more ....) ***** atom feeds * rss **** ****
21
22 So that looks right for RTL: the colon is at the end (left), and the
23 mentions of rss feeds and atom feeds are at the beginning (right).
24 When I \"view source\", it's the other way round.
25
26 Also, the page source says:
27
28     <html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"ar\" xml:lang=\"ar\" dir=\"rtl\">
29
30 which looks right?
31 """]]