From 0489b47236f312dabaa23e2b6ab3df5d8f82f741 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 17 Nov 2025 22:59:20 +0000 Subject: [PATCH] Redocument options:defaultlanguage. --- data/anope.example.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/data/anope.example.conf b/data/anope.example.conf index 6ddec1ec6..fd393c3f2 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -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" }