1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Redocument options:defaultlanguage.

This commit is contained in:
Sadie Powell
2025-11-17 22:59:20 +00:00
parent 4fbcc7f391
commit 0489b47236
+6 -3
View File
@@ -513,9 +513,12 @@ options
languages = "de_DE.UTF-8 el_GR.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 nl_NL.UTF-8 pl_PL.UTF-8 pt_PT.UTF-8 ro_RO.UTF-8 tr_TR.UTF-8"
/*
* Default language that non- and newly-registered nicks will receive messages in.
* Set to "en" to enable English. Defaults to the language the system uses.
*/
* Default language that unregistered users and users of newly-registered
* accounts will receive messages in.
*
* Defaults to the language the system uses. Set to "en_US" to override this
* with English.
*/
#defaultlanguage = "es_ES.UTF-8"
}