Closed (fixed)
Project:
Localization client
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Oct 2008 at 08:16 UTC
Updated:
27 Oct 2008 at 18:41 UTC
Hi
in RTL languages like Persian or Arabic textarea and stringlist should be RTL, so You need to add bellow code to l10n_client.css
that's it.but It should be intelligent this css code should apply only for RTL languages, So I saw your client can detect language name above the textarea in blue bar, So we can just add a rtl.css for RTL languages.
code:
l10n_client.css (line 65)
#l10n-client .string-list {
direction:rtl;
text-align:right;
}
l10n_client.css (line 160)
#l10n-client-form .form-textarea {
direction:rtl;
}
Comments
Comment #1
gábor hojtsyAn l10n_client-rtl.css was available in the 6.x-1.4 version already, but that only sets the interface to LTR on RTL pages. Now I've added these two rules and will release in the 1.5 version soon. Thanks!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.