wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src language.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src language.cpp
Date: Wed, 09 Feb 2005 15:43:04 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    05/02/09 20:43:03

Modified files:
        src            : language.cpp 

Log message:
        sl_SL doesn't seem to exist, so let's switch to sl_SI which is known to 
exist.

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

Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.66 wesnoth/src/language.cpp:1.67
--- wesnoth/src/language.cpp:1.66       Wed Feb  9 19:43:10 2005
+++ wesnoth/src/language.cpp    Wed Feb  9 20:43:03 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.66 2005/02/09 19:43:10 ydirson Exp $ */
+/* $Id: language.cpp,v 1.67 2005/02/09 20:43:03 silene Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -52,7 +52,7 @@
        language_def("pt_BR", "Português do Brasil"),
        language_def("ru_RU", "Русский (Russkij)"),
        language_def("sk_SK", "Slovenčina"),
-       language_def("sl_SL", "Slovenščina"),
+       language_def("sl_SI", "Slovenščina"),
        language_def("fi_FI", "Suomi"),
        language_def("sv_SE", "Svenska"),
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]