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: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src language.cpp
Date: Wed, 13 Apr 2005 17:26:18 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/04/13 21:26:18

Modified files:
        src            : language.cpp 

Log message:
        added turkish to the language selection list

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

Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.83 wesnoth/src/language.cpp:1.84
--- wesnoth/src/language.cpp:1.83       Mon Mar 28 10:09:24 2005
+++ wesnoth/src/language.cpp    Wed Apr 13 21:26:18 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.83 2005/03/28 10:09:24 ettin Exp $ */
+/* $Id: language.cpp,v 1.84 2005/04/13 21:26:18 ydirson Exp $ */
 /* vim:set encoding=utf-8: */
 /*
    Copyright (C) 2003 by David White <address@hidden>
@@ -60,6 +60,7 @@
        language_def("ru_RU", "Русский (Russkij)"),
        language_def("sk_SK", "Slovenčina"),
        language_def("sl_SI", "Slovenščina"),
+       language_def("tr_TR", "Türkçe"),
        language_def("fi_FI", "Suomi"),
        language_def("sv_SE", "Svenska"),
        language_def("zh_CN", "中文 (Zhongwen)"),




reply via email to

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