summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-09-26 02:33:01 -0400
committerAdam <Adam@anope.org>2010-09-26 02:33:01 -0400
commitd646d455e2655be59f6d5bcc56710ac70548ca37 (patch)
treed236b9d4991d62538a0318f213416396734e72e0 /data
parent05e6815d912f0418f6da25a2106dd718796f02fa (diff)
Changed the language system to use gettext
Diffstat (limited to 'data')
-rw-r--r--data/example.conf18
1 files changed, 10 insertions, 8 deletions
diff --git a/data/example.conf b/data/example.conf
index 43a6069f7..c9b8a0573 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -902,10 +902,17 @@ nickserv
defaults="secure private hideemail hideusermask memosignon memoreceive autoop"
/*
- * Default language that non- and newly-registered nicks will receive messages in. The number
- * here is the same as the number in NickServ's SET LANGUAGE help.
+ * A list of languages to load on startup that will be available in /nickserv set language.
+ * Useful if you translate Anope to your language. (Explained further in docs/LANGUAGE).
+ * Note that english should not be listed here
*/
- defaultlanguage = 1
+ languages = "ca_ES de_DE el_GR es_ES fr_FR hu_HU it_IT nl_NL pl_PL pt_PT ru_RU tr_TR"
+
+ /*
+ * Default language that non- and newly-registered nicks will receive messages in.
+ * Leave empty to default to English.
+ */
+ #defaultlanguage = "es_ES"
/*
* The minimum length of time between consecutive uses of NickServ's REGISTER command. This
@@ -1700,11 +1707,6 @@ hs_request
* If set, Services will send a memo to all Services staff when a new vHost is requested.
*/
#memooper = yes
-
- /*
- * If set, Services will send a memo to all Host Setters when a new vHost is requested.
- */
- #memosetters = yes
}
ns_maxemail