CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Alfredo Beaumont <[EMAIL PROTECTED]> 04/09/19 20:22:02
Modified files:
src : language.cpp
Log message:
Added Basque language
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.49&tr2=1.50&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.49 wesnoth/src/language.cpp:1.50
--- wesnoth/src/language.cpp:1.49 Sun Sep 19 17:32:43 2004
+++ wesnoth/src/language.cpp Sun Sep 19 20:22:02 2004
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.49 2004/09/19 17:32:43 isaaccp Exp $ */
+/* $Id: language.cpp,v 1.50 2004/09/19 20:22:02 ziberpunk Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -35,6 +35,7 @@
language_def("da_DK", "Dansk"),
language_def("de_DE", "Deutsch"),
language_def("C", "English"),
+ language_def("eu_ES", "Euskera"),
language_def("fr_FR", "Français"),
language_def("hu_HU", "Hungarian"),
language_def("it_IT", "Italiano"),