CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 05/01/16 10:44:29
Modified files:
src : language.cpp
Log message:
add latin language to selection box - big fuzz around locale territory
to use if any, though
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.62&tr2=1.63&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.62 wesnoth/src/language.cpp:1.63
--- wesnoth/src/language.cpp:1.62 Mon Dec 27 17:23:32 2004
+++ wesnoth/src/language.cpp Sun Jan 16 10:44:29 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.62 2004/12/27 17:23:32 silene Exp $ */
+/* $Id: language.cpp,v 1.63 2005/01/16 10:44:29 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -44,6 +44,7 @@
language_def("el_GR", "Greek"),
language_def("hu_HU", "Hungarian"),
language_def("it_IT", "Italiano"),
+ language_def("la_IT", "Latina"),
language_def("nl_NL", "Nederlands"),
language_def("no_NO", "Norsk"),
language_def("pl_PL", "Polski"),