Added Chinese translation, minor updates to credits

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4577 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-01-31 18:34:36 +00:00
parent 3c6b6c7321
commit a49cf4923b
4 changed files with 1020 additions and 1 deletions

Binary file not shown.

1019
data/po/zh_CN.po Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -155,7 +155,7 @@ namespace GUIEngine
else if ((line[0] & 0xFF) == '-') else if ((line[0] & 0xFF) == '-')
{ {
line = stringw( line.subString(1, line.size()-1).c_str() ); line = stringw( line.subString(1, line.size()-1).c_str() );
line = line.trim(); //line = line.trim();
//stringc cversion = line.c_str(); //stringc cversion = line.c_str();
//std::cout << "---- Sub-Entry : " << (char*)(cversion.c_str()) << std::endl; //std::cout << "---- Sub-Entry : " << (char*)(cversion.c_str()) << std::endl;