CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 04/09/19 15:56:29
Modified files:
src : language.cpp
Log message:
added Russian to the language-selection list - would need a font change
if that is possible
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.47&tr2=1.48&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.47 wesnoth/src/language.cpp:1.48
--- wesnoth/src/language.cpp:1.47 Sat Sep 11 21:58:01 2004
+++ wesnoth/src/language.cpp Sun Sep 19 15:56:28 2004
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.47 2004/09/11 21:58:01 ydirson Exp $ */
+/* $Id: language.cpp,v 1.48 2004/09/19 15:56:28 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -42,6 +42,7 @@
language_def("no_NO", "Norsk"),
language_def("pl_PL", "Polski"),
language_def("pt_BR", "Português do Brasil"),
+ language_def("ru_RU", "Ð ÑÑÑкий (Russian)"),
language_def("sk_SK", "SlovenÄina"),
language_def("fi_FI", "Suomi"),
language_def("sv_SE", "Swedish"),