1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 09:46:40 +02:00

Fix setting english language in db_old, document how not setting defaultlanguage really works

This commit is contained in:
Adam
2013-12-25 15:15:14 -05:00
parent dbf5106c09
commit 19eccf0cae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ options
/*
* Default language that non- and newly-registered nicks will receive messages in.
* Leave empty to default to English.
* Set to "en" to enable English. Defaults to the language the system uses.
*/
#defaultlanguage = "es_ES.UTF-8"
}
+1 -1
View File
@@ -539,7 +539,7 @@ static void LoadNicks()
case LANG_JA_EUC:
case LANG_JA_SJIS: // these seem to be unused
default:
nc->language = "en_US";
nc->language = "en";
}
READ(read_uint16(&u16, f));