CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 05/06/04 17:08:38
Modified files:
src : language.cpp
Log message:
use [GB] and [US] in language list, to avoid the clash with the
"<native-name> (<transliteration>)" convention
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.90&tr2=1.91&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.90 wesnoth/src/language.cpp:1.91
--- wesnoth/src/language.cpp:1.90 Fri Jun 3 20:19:29 2005
+++ wesnoth/src/language.cpp Sat Jun 4 17:08:38 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.90 2005/06/03 20:19:29 silene Exp $ */
+/* $Id: language.cpp,v 1.91 2005/06/04 17:08:38 ydirson Exp $ */
/* vim:set encoding=utf-8: */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
@@ -46,8 +46,8 @@
language_def("de_DE", "Deutsch"),
language_def("el_GR", "Îλληνικά (Ellinika)"),
language_def("et_EE", "Eesti"),
- language_def("en_GB", "English (GB)"),
- language_def("C", "English (US)"),
+ language_def("en_GB", "English [GB]"),
+ language_def("C", "English [US]"),
language_def("es_ES", "Español"),
language_def("eu_ES", "Euskera"),
language_def("fr_FR", "Français"),