[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src language.cpp
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src language.cpp |
Date: |
Mon, 07 Feb 2005 16:45:53 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 05/02/07 21:45:51
Modified files:
src : language.cpp
Log message:
added British English to language choices
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.63&tr2=1.64&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.63 wesnoth/src/language.cpp:1.64
--- wesnoth/src/language.cpp:1.63 Sun Jan 16 10:44:29 2005
+++ wesnoth/src/language.cpp Mon Feb 7 21:45:51 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.63 2005/01/16 10:44:29 ydirson Exp $ */
+/* $Id: language.cpp,v 1.64 2005/02/07 21:45:51 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -32,6 +32,7 @@
language_def known_languages[] = {
language_def("", N_("System default language")),
+ language_def("en_GB", "British English"),
language_def("bg_BG", "ÐÑлгаÑÑки"),
language_def("es_ES", "Castellano"),
language_def("ca_ES", "Català "),
- [Wesnoth-cvs-commits] wesnoth/src language.cpp,
Yann Dirson <=
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2005/02/09
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Guillaume Melquiond, 2005/02/09
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2005/02/12
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Jord Polo, 2005/02/21
- [Wesnoth-cvs-commits] wesnoth/src language.cpp, Yann Dirson, 2005/02/27