Author Topic: excuse me ,is there have Chinese lauguge package?  (Read 6420 times)

Offline fuhz2009

  • Single posting newcomer
  • *
  • Posts: 4
excuse me ,is there have Chinese lauguge package?
« on: February 10, 2012, 04:18:12 am »
excuse me ,is there have Chinese lauguge package for codeblocks? :'(
thanks a lot!
if you have this package ,please send to my email:fuhz2009@163.com

Offline fuhz2009

  • Single posting newcomer
  • *
  • Posts: 4
Re: excuse me ,is there have Chinese lauguge package?
« Reply #1 on: February 10, 2012, 04:22:24 am »
Look forward to replies

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline fuhz2009

  • Single posting newcomer
  • *
  • Posts: 4
Re: excuse me ,is there have Chinese lauguge package?
« Reply #3 on: February 10, 2012, 05:57:23 am »
Internationalization - CodeBlocks

and see here:

Template “codeblocks” : Translations : Series trunk : Code::Blocks

my friends,thank you for you repaliy,
but i can not find the Chinese lauguge package in this URL,
thanks

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: excuse me ,is there have Chinese lauguge package?
« Reply #4 on: February 10, 2012, 07:01:07 am »
my friends,thank you for you repaliy,
but i can not find the Chinese lauguge package in this URL,
thanks
Search the text "chinese" in https://translations.launchpad.net/codeblocks/trunk/+pots/codeblocks
You will get many answers.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.