Version: 3.0.1 (using KDE KDE 3.2.0) Installed from: Gentoo Packages Compiler: gcc 3.3 OS: Linux When dealing with project created using the "wxWindows" template (should be renamed to wxWidgets[1], BTW) it is not possible to add a translation. wxWindows uses the same .po-files KDE uses as well iirc (the function called to retrieve the localized string is called wxGetTranslation() or _() rather than i18n(), though[2]) so a integration should be possible. "Project->Add translation..." failes with the following error: * cd "/home/felix/dev/test" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && cd "/home/felix/dev/test/debug" && CXXFLAGS="-O0 -g3" "/home/felix/dev/test/configure" --enable-debug=full && cd "/home/felix/dev/test/debug/po" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k force-reedit [...] * config.status: executing depfiles commands * /bin/sh: line 1: cd: /home/felix/dev/test/debug/po: No such file or directory (full error at [3]) I would have tried to find a solution myself but after hours of trial-and-error I realized that I have no real idea of what automake and friends actually do. A few month ago I asked the same in a newsgroup[3] but obviously nobody could help me... tia, felix - - - - [1] http://www.wxwidgets.org/name.htm [2] http://www.wxwidgets.org/manuals/2.4.2/wx460.htm#internationalization [3] http://groups.google.com/groups?selm=20030928003334.3dbae892.felix%40tribut.de
forget about that "full error at [3]"-line. should have deleted it. sorry.
Is nobody using Kdevelop with WxWindows (WxWidgets)? Or is everybody just using a workaround? "RTFM" would be OK if you just gave me a pointer where to look but it would be cool to get a response at all. tia, felix
I guess nobody is using internationalization with WxWindows. But I guess you could ask Helio Castro about it. He is the one that supplyed and maintains the tWxWindows templates. But I think it's not that easy to fix.
Just FYI, i will be looking on it today and will have a answer. At least the name change will be solved. Im was without time until last week since a project on my work, but now i'm finally free. Sorry for delay the answer
Name changing done.. Working now on translation issue and possible solution or not
Any news on this, Helio?
helio doesn't seem to have time, I consider this template to be unmaintained.