Author Topic: Translation  (Read 9483 times)

roussec

  • Guest
Translation
« on: June 20, 2005, 02:27:14 pm »
Hello,

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

Thank you.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Translation
« Reply #1 on: June 20, 2005, 02:43:20 pm »
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...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Translation
« Reply #2 on: June 20, 2005, 08:38:07 pm »
Anyway how's the translation going to be done after this? Just curious.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Translation
« Reply #3 on: June 20, 2005, 09:11:36 pm »
See GNU gettext.

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

takeshimiya

  • Guest
Translation
« Reply #4 on: June 21, 2005, 09:58:18 pm »

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Translation
« Reply #5 on: July 01, 2005, 04:01:37 am »
Support for using gettext. I also want to translate it to Chinese.

darklordsatan

  • Guest
Translation
« Reply #6 on: July 01, 2005, 07:13:51 am »
Id like to translate it to spanish, but Im sure rickg22 will take care of it, am I right?

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Translation
« Reply #7 on: July 01, 2005, 06:55:08 pm »
eh... who, me?

<.<
>.>

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

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Translation
« Reply #8 on: July 03, 2005, 03:44:47 am »
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

takeshimiya

  • Guest