1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 15:06:38 +02:00

changed some _() to gtl() and updated do_strftime() and duration()

This commit is contained in:
DukePyrolator
2011-06-13 18:20:22 +02:00
parent 6148ffa669
commit 1cd65878db
14 changed files with 147 additions and 145 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ void InitLanguages()
const Anope::string GetString(NickCore *nc, const char *string)
{
return GetString("anope", nc ? nc->language : "", string);
return GetString("anope", nc ? Config->NSDefLanguage : "", string);
}
const Anope::string GetString(const Anope::string &domain, const Anope::string &lang, const char *string)