CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <[EMAIL PROTECTED]>     04/12/20 20:41:56

Modified files:
        src            : language.cpp 

Log message:
        Add Bulgarian to languages

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.60&tr2=1.61&r1=text&r2=text

Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.60 wesnoth/src/language.cpp:1.61
--- wesnoth/src/language.cpp:1.60       Tue Nov 30 21:41:18 2004
+++ wesnoth/src/language.cpp    Mon Dec 20 20:41:55 2004
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.60 2004/11/30 21:41:18 silene Exp $ */
+/* $Id: language.cpp,v 1.61 2004/12/20 20:41:55 isaaccp Exp $ */
 /*
    Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
    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("bg_BG", "Български"),
        language_def("es_ES", "Castellano"),
        language_def("ca_ES", "Català"),
        language_def("cs_CZ", "Čeština"),


Reply via email to