mirror of
https://github.com/anope/anope.git
synced 2026-06-25 23:26:38 +02:00
Changed the language system to use gettext
This commit is contained in:
+2
-2
@@ -431,8 +431,8 @@ void Init(int ac, char **av)
|
||||
signal(SIGINT, sighandler);
|
||||
|
||||
/* Initialize multi-language support */
|
||||
lang_init();
|
||||
Log(LOG_DEBUG) << "Loaded languages";
|
||||
Log(LOG_DEBUG) << "Loading Languages...";
|
||||
InitLanguages();
|
||||
|
||||
/* Initialize subservices */
|
||||
ns_init();
|
||||
|
||||
Reference in New Issue
Block a user