Added support for multiple languages

This commit is contained in:
2024-04-16 16:02:48 +03:00
parent aded63f9d5
commit c5855fced7
52 changed files with 973 additions and 409 deletions

View File

@@ -2,6 +2,7 @@ pub use crate::{
commands::Command,
errors::*,
first_handler, handler,
locales::{Locale, LocaleRef},
markups::*,
models::*,
state::{Handler, MainDialogue, MessageIds, PackagedHandler, State},