News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

[Download]Newest language template file (2010.06.04)

Started by heromyth, March 03, 2009, 05:37:29 PM

Previous topic - Next topic

heromyth

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
=======================

[attachment deleted by admin]

ollydbg

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. :D
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

Quote from: ollydbg 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. :D

I have downloaded the Chinese language package from "www.dlang.net" , and compared it with mine.
I recommend myself. (though my english is poor  :P.
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]

heromyth

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).

fantasticfears

#4
Quote from: heromyth 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).

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


gd_on

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   :) )

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

heromyth

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.

heromyth

Chinese PO file: see the attachment.
Chinese MO file: See http://bitworld.ys168.com

[attachment deleted by admin]

[attachment deleted by admin]

rachel12

Thank you guys for updation. I download them and these help me in completion of my project. Really thankfull to all of you. :D