PDA

View Full Version : translations



anafor2004
1st February 2008, 09:50
Hi All
I am using Qt designer with Eclipse integration . I want to add translation files to my pro file but i couldn't write on my pro file in eclipse.I have to choose something on my pro file but i couldn't. There is no right selection i think.

Can you tell me how can i add a translation file on my pro file?

My system, Windows xp pro, Qt 4.3.3, Qt Eclipse integration v1.0.1, Eclispe 3.3.2

ashukla
1st February 2008, 10:00
Can you tell me how can i add a translation file on my pro file?
TRANSLATIONS += translations/i18n_ar.ts \
translations/i18n_cs.ts \
translations/i18n_de.ts \
translations/i18n_el.ts \
translations/i18n_en.ts \
translations/i18n_eo.ts \
translations/i18n_fr.ts \
translations/i18n_it.ts \
translations/i18n_jp.ts \
translations/i18n_ko.ts \
translations/i18n_no.ts \
translations/i18n_ru.ts \
translations/i18n_sv.ts \
translations/i18n_zh.ts

anafor2004
1st February 2008, 10:08
Hi Ashukla
I think I couldnt explain my problem very well.I couldnt write on my .pro file on eclipse.
I know i have to add these lines, but i dont know how may i do this. If i try to use my keyboard i couldnt write on my pro file. in eclipse integration i have to add these information by using my mouse.

anafor2004
1st February 2008, 10:15
I add the picture of eclipse .pro file.

ashukla
1st February 2008, 10:19
I am not eclipse user; but you can search and then open .pro file in any text editor and then changes its content.
May It helps?

ashukla
1st February 2008, 10:26
Take a look of this...
http://graph-ix.net/wiki/Publications:Eclipse-QT