summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/services.h6
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