CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jordà Polo <[EMAIL PROTECTED]>  05/03/28 10:09:24

Modified files:
        src            : language.cpp 

Log message:
        added chinese transliteration in the language selection dialog

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.82&tr2=1.83&r1=text&r2=text

Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.82 wesnoth/src/language.cpp:1.83
--- wesnoth/src/language.cpp:1.82       Mon Mar 28 09:00:14 2005
+++ wesnoth/src/language.cpp    Mon Mar 28 10:09:24 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.82 2005/03/28 09:00:14 ettin Exp $ */
+/* $Id: language.cpp,v 1.83 2005/03/28 10:09:24 ettin Exp $ */
 /* vim:set encoding=utf-8: */
 /*
    Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
@@ -62,7 +62,7 @@
        language_def("sl_SI", "Slovenščina"),
        language_def("fi_FI", "Suomi"),
        language_def("sv_SE", "Svenska"),
-       language_def("zh_CN", "中文"),
+       language_def("zh_CN", "中文 (Zhongwen)"),
 
        // end of list marker, do not remove
        language_def("", "")


Reply via email to