1 2 3 4 5
// Import i18n files rust_i18n::i18n!("locales", fallback = "en"); #[tokio::main] async fn main() {}