Page 1 of 1

[SOLVED] change testlink editor for right to left language

Posted: Wed May 21, 2014 10:37 am
by snabavi
Hi Everyone,

I want to use testlink with persian language which is a right to left language. the testlink html editor is configured in ltr language. how can i change it to rtl?

Thanks a lot in advance

Re: change testlink editor for right to left language

Posted: Tue Jun 10, 2014 6:19 am
by snabavi
it is solved.

i edit this file (/var/www/html/testlink/cfg/tl_ckeditor_config.js ) with adding 'source' and rtl bottom to config.toolbar_TestLinkMini .

and i edit /var/www/html/testlink/gui/themes/default/css/testlink.css file with adding this css text:
textarea
{
text-align: right;
direction: rtl;
}

Re: [SOLVED] change testlink editor for right to left langua

Posted: Tue Jun 10, 2014 3:08 pm
by fman
great!!!!!! thanks for info

Re: [SOLVED] change testlink editor for right to left langua

Posted: Wed Jun 11, 2014 8:35 am
by snabavi
your welcome.

Thanks for your attention.

Re: [SOLVED] change testlink editor for right to left langua

Posted: Thu Jan 31, 2019 5:59 am
by nasrin788
Hi
snabavi wrote:it is solved.

i edit this file (/var/www/html/testlink/cfg/tl_ckeditor_config.js ) with adding 'source' and rtl bottom to config.toolbar_TestLinkMini .

and i edit /var/www/html/testlink/gui/themes/default/css/testlink.css file with adding this css text:
textarea
{
text-align: right;
direction: rtl;
}
I change these file but it doesn't work in testLink 1.9.18 (in windows).
Do you have any suggestion?

using firebug, I understand that below codes works, but I don't know how to change these!

Code: Select all

html[Attributes Style] {
    direction: ltr;
    unicode-bidi: isolate;
    -webkit-locale: "en-gb";
}
Best regard!