From d3cad81b14f41d1345d39c8bc0a1cb556bca4f09 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 21 Apr 2024 15:31:00 +0500 Subject: feat: localizator --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index b437708..9477b96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,6 +4,7 @@ #include "commands/command.hpp" #include "config.hpp" #include "irc/client.hpp" +#include "localization/localization.hpp" int main(int argc, char *argv[]) { std::cout << "hi world\n"; @@ -24,6 +25,7 @@ int main(int argc, char *argv[]) { bot::irc::Client client(cfg.bot_username, cfg.bot_password); bot::command::CommandLoader command_loader; + bot::loc::Localization localization("localization"); client.run(); -- cgit v1.2.3