mirror of
https://github.com/anope/anope.git
synced 2026-07-10 04:43:13 +02:00
Changed the language system to use gettext
This commit is contained in:
+10
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user