diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-04 18:32:29 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-04 18:32:29 +0000 |
commit | ca48e3ce662e8160932256c1f877adee3aa3ee4e (patch) | |
tree | bc62f60c0611fd8cd50d4d274d043fcf183ee0b0 /include | |
parent | 91558de243c964ca065ea639d1a9f766cc90d20f (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/services.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/services.h b/include/services.h index 5a2a6dd6b..e5fa318c6 100644 --- a/include/services.h +++ b/include/services.h @@ -579,9 +579,11 @@ struct nickcore_ { #define LANG_GR 11 /* Greek */ #define LANG_NL 12 /* Dutch */ #define LANG_RU 13 /* Russian */ +#define LANG_HUN 14 /* Hungarian */ +#define LANG_PL 15 /* Polish */ -#define NUM_LANGS 14 /* Number of languages */ -#define USED_LANGS 11 /* Number of languages provided */ +#define NUM_LANGS 16 /* Number of languages */ +#define USED_LANGS 13 /* Number of languages provided */ #define DEF_LANGUAGE LANG_EN_US |