[SOLVED] change testlink editor for right to left language

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
snabavi
TestLink user
Posts: 12
Joined: Tue May 20, 2014 7:00 pm

[SOLVED] change testlink editor for right to left language

Post 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
snabavi
TestLink user
Posts: 12
Joined: Tue May 20, 2014 7:00 pm

Re: change testlink editor for right to left language

Post 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;
}
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

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

Post by fman »

great!!!!!! thanks for info
snabavi
TestLink user
Posts: 12
Joined: Tue May 20, 2014 7:00 pm

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

Post by snabavi »

your welcome.

Thanks for your attention.
nasrin788
TestLink user
Posts: 1
Joined: Sat Jan 05, 2019 6:31 pm

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

Post 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!
Post Reply