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:
parent
3c6b6c7321
commit
a49cf4923b
BIN
data/CREDITS
BIN
data/CREDITS
Binary file not shown.
1019
data/po/zh_CN.po
Normal file
1019
data/po/zh_CN.po
Normal file
File diff suppressed because it is too large
Load Diff
BIN
data/po/zh_CN/LC_MESSAGES/supertuxkart.mo
Normal file
BIN
data/po/zh_CN/LC_MESSAGES/supertuxkart.mo
Normal file
Binary file not shown.
@ -155,7 +155,7 @@ namespace GUIEngine
|
||||
else if ((line[0] & 0xFF) == '-')
|
||||
{
|
||||
line = stringw( line.subString(1, line.size()-1).c_str() );
|
||||
line = line.trim();
|
||||
//line = line.trim();
|
||||
|
||||
//stringc cversion = line.c_str();
|
||||
//std::cout << "---- Sub-Entry : " << (char*)(cversion.c_str()) << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user