Author Topic: C::B japanese support  (Read 5799 times)

bbandyboy

  • Guest
C::B japanese support
« on: May 01, 2006, 02:07:05 pm »
Hello,

I code using C::B 1RC2 and QT4 under WinXP.  Recently moved from Devcpp, I'm pretty satisfied with this awesome IDE, I'd love to join one day, but you guys have gone a little too far and too deep in the dev process that it would take me a lot more to grasp everything you do then to actually put my share of work to use and be effective (this is for the C::B dev community).   To my knowledge, the only thing missing (or yet haven't found) in C::B is the ressource editor (private.rc files under devcpp) to include icon ressources and the likes, which is not a big problem actually since I can manually change the *_private.rc file generated by devcpp and use it as a template.
The next thing is the japanese language support for C::B, I was wondering if anyone was working on this ?
Thanx.

bbandyboy

takeshimiya

  • Guest
Re: C::B japanese support
« Reply #1 on: May 01, 2006, 02:14:27 pm »
The next thing is the japanese language support for C::B, I was wondering if anyone was working on this ?

Get a nightly build from here. They already contain UNICODE support.

bbandyboy

  • Guest
Re: C::B japanese support
« Reply #2 on: May 01, 2006, 02:19:06 pm »
Wow, talk about a fast reply  :D
Thanx for the tip, 'm to have a look.

Included in the japanese support thinggy, what I'm really looking for is a japanese version of C::B, does that exist ?

Thanx again

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: C::B japanese support
« Reply #3 on: May 01, 2006, 02:20:29 pm »
The next thing is the japanese language support for C::B, I was wondering if anyone was working on this ?
Get a nightly build from here. They already contain UNICODE support.
Fast, yes. There is no Japanese support at the present time.
I don't know of anyone working on it yet, either. If you know how to work with .po and .mo, you could contribute if you like :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

takeshimiya

  • Guest
Re: C::B japanese support
« Reply #4 on: May 01, 2006, 02:48:09 pm »
Included in the japanese support thinggy, what I'm really looking for is a japanese version of C::B, does that exist ?
Just so you know, "japanese support" usually means being able to load, write and edit text in that language, which is what is supported now.
What you're looking is called "japanese localization", and like thomas, I don't know anyone working on a C::B japanese translation.

If you feel like contributing, poEdit is a nice tool for working with gettext catalogs.