STR:
- install any plugin with a help file (I used cbe_rand_content while testing), but any plugin will do.
- switch the Texpattern language to any of the RTL languages available (Hebrew works out of the box for a local install on an average OS X box).
- go to the Plugin panel, click the help link for the plugin.
Actual result: the (Western, LTR) text is displayed right aligned.
Expected: the text is aligned from the left.
On the plugin-install and plugin-edit sub panels the actual content (plugin code / help) is wrapped inside a div.code with the dir=ltr attribute hard coded. This probably could be done for the plugin-help sub panel (applied to the div.txp-layout-textboxI think).
Of course, if the plugin author actually provides a help file in a RTL language, this will look a bit sad.
STR:
Actual result: the (Western, LTR) text is displayed right aligned.
Expected: the text is aligned from the left.
On the plugin-install and plugin-edit sub panels the actual content (plugin code / help) is wrapped inside a
div.codewith thedir=ltrattribute hard coded. This probably could be done for the plugin-help sub panel (applied to thediv.txp-layout-textboxI think).Of course, if the plugin author actually provides a help file in a RTL language, this will look a bit sad.