From c788cacf1dbd88e1fc590a79d00aa88d49d18822 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 15 Apr 2025 04:37:23 +0500 Subject: feat: get localization names using bundle.localization --- bot/src/commands/lua.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/src/commands/lua.hpp') diff --git a/bot/src/commands/lua.hpp b/bot/src/commands/lua.hpp index 9a5c344..bf48ab6 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -31,6 +31,8 @@ namespace bot::command::lua { const Configuration &config); void add_irc_library(std::shared_ptr state, const InstanceBundle &bundle); + void add_l10n_library(std::shared_ptr state, + const InstanceBundle &bundle); void add_base_libraries(std::shared_ptr state); void add_chat_libraries(std::shared_ptr state, -- cgit v1.2.3