Code::Blocks
July 29, 2010, 05:53:22 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New release 10.05 is ready. Grab it while it's hot!!!
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: [1]
  Send this topic  |  Print  
Author Topic: [Download]Newest language template file (2010.06.04)  (Read 3251 times)
heromyth
Advanced newcomer
*
Posts: 92


WWW
« on: March 03, 2009, 05:37:29 pm »

English POT file: see the attachment of codeblocks.zip.

Chinese PO file:  see blown.
Chinese MO file: see blown.
All the language files are against C::B SVN 6328.

For more help, see http://wiki.codeblocks.org/index.php?title=Internationalization

=======================
Last Updated Date: 2010.06.04
=======================
« Last Edit: June 04, 2010, 02:19:01 pm by heromyth » Logged
ollydbg
Lives here!
****
Posts: 1484


Interests on OpenCV and Robotics


WWW
« Reply #1 on: March 04, 2009, 05:34:56 am »

Great! Thank you!
A small question is what does POT stand for?  I know it is just a language file for user interface. It seems that NanYu has supplied a language in it's website for Chinese language.
http://www.d2school.com/
It should be explained in that wiki page. Very Happy
Logged

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.
nanyu
Almost regular
**
Posts: 142


nanyu


« Reply #2 on: March 04, 2009, 07:04:55 am »

Great! Thank you!
A small question is what does POT stand for?  I know it is just a language file for user interface. It seems that NanYu has supplied a language in it's website for Chinese language.
http://www.d2school.com/
It should be explained in that wiki page. Very Happy

I have downloaded the Chinese language package from "www.dlang.net" , and compared it with mine.
I recommend myself. (though my english is poor  Razz.
btw of course, my language package work well with my plugin AutoReadonly  )

for a compare result , pls see the attach file.
-----------------------
how to apply the language package:

cd shareCodeBlocks\locale\
mkdir zh_CN  (if it not exist)
copy codeblocks.mo to here.
-----------------------

[attachment deleted by admin]
Logged
heromyth
Advanced newcomer
*
Posts: 92


WWW
« Reply #3 on: May 27, 2009, 05:02:36 pm »

All the files are updated and based on C::B SVN 5611.

All the translating strings are extracted from C::B Core (excluded from C::B plugins\contrib).
Logged
fantasticfears
Newcomer
*
Posts: 4


« Reply #4 on: May 28, 2009, 06:40:40 am »

All the files are updated and based on C::B SVN 5611.

All the translating strings are extracted from C::B Core (excluded from C::B plugins\contrib).

How can I generate the POT file?

and a log:
Quote
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2574: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2574: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2574: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2655: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2655: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2655: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2655: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2700: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2700: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2700: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:2700: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:6096: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:6096: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:6096: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:6096: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:6096: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:6096: internationalized messages should not contain the `\r' escape sequence
12:46:33: C:\DOCUME~1\user_02\LOCALS~1\Temp\poe46.tmp\ref.pot:6096: internationalized messages should not contain the `\r' escape sequence
« Last Edit: May 28, 2009, 07:00:32 am by fantasticfears » Logged
heromyth
Advanced newcomer
*
Posts: 92


WWW
« Reply #5 on: May 28, 2009, 04:36:37 pm »

How can I generate the POT file?

See http://wiki.codeblocks.org/index.php?title=Internationalization.

The log message is OK!
Logged
gd_on
Advanced newcomer
*
Posts: 118


« Reply #6 on: May 28, 2009, 09:12:30 pm »

To generate a pot file, look also here, here too, different versions in the following posts and finally the last update here. You'll find a pot file, a tool to extract the pot files and a translation in french in a .mo file (probably not for you   Smile )

gd_on
Logged
heromyth
Advanced newcomer
*
Posts: 92


WWW
« Reply #7 on: June 16, 2009, 10:52:22 am »

Today, I updated all the files, and added a pot file for C::B's plugins (see above). The plugins' Chinese po file has been in translating. It still needs a few days before done.
Logged
heromyth
Advanced newcomer
*
Posts: 92


WWW
« Reply #8 on: June 04, 2010, 02:17:37 pm »

Chinese PO file: see the attachment.
Chinese MO file: See http://bitworld.ys168.com
Logged
Pages: [1]
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!