Hello,
I am thinking about translating the IDE to German. Is there any concept for doing translation yet?
Thank you.
Not yet, but we 're in the process of marking all translatable text with specific macros to assist in translating.
So, just stick around. It won't be long ;)
Yiannis.
Anyway how's the translation going to be done after this? Just curious.
See GNU gettext (http://www.gnu.org/software/gettext/).
Yiannis.
And also http://www.wxwidgets.org/manuals/2.6.1/wx_internationalization.html
For easy catalog edit (for the translators): http://www.poedit.org
Support for using gettext. I also want to translate it to Chinese.
Id like to translate it to spanish, but Im sure rickg22 will take care of it, am I right?
eh... who, me?
<.<
>.>
Actually, I've never used gettext before. Any ideas?
In source codes, it so simple. What to do is use _("some strings to be intranslated") to replace all the strings to be shown.
After done, use gettext to get *.po that will be chaned into *.mo. Something more about wxLocal can be seen in wxWidgets Handbook
http://www.wxwidgets.org/manuals/2.6.1/wx_internationalization.html