1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 07:33:13 +02:00

BUILD : 1.7.4 (309) BUGS : none NOTES : Added Hungarian and Polish language files.

git-svn-id: svn://svn.anope.org/anope/trunk@309 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@188 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-08-04 18:32:29 +00:00
parent 91558de243
commit ca48e3ce66
7 changed files with 12682 additions and 11 deletions
+4
View File
@@ -42,6 +42,8 @@ static int langorder[NUM_LANGS] = {
LANG_GR, /* Greek */
LANG_NL, /* Dutch */
LANG_RU, /* Russian */
LANG_HUN, /* Hungarian */
LANG_PL, /* Polish */
};
/*************************************************************************/
@@ -160,6 +162,8 @@ void lang_init()
load_lang(LANG_IT, "it");
load_lang(LANG_NL, "nl");
load_lang(LANG_RU, "ru");
load_lang(LANG_HUN, "hun");
load_lang(LANG_PL, "pl");
for (i = 0; i < NUM_LANGS; i++) {
if (langtexts[langorder[i]] != NULL) {