News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Translation

Started by roussec, June 20, 2005, 02:27:14 PM

Previous topic - Next topic

roussec

Hello,

I am thinking about translating the IDE to German. Is there any concept for doing translation yet?

Thank you.

mandrav

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.
Be patient!
This bug will be fixed soon...

rickg22

Anyway how's the translation going to be done after this? Just curious.

mandrav

Be patient!
This bug will be fixed soon...

takeshimiya


heromyth

Support for using gettext. I also want to translate it to Chinese.

darklordsatan

Id like to translate it to spanish, but Im sure rickg22 will take care of it, am I right?

rickg22

eh... who, me?

<.<
>.>

Actually, I've never used gettext before. Any ideas?

heromyth

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