🍻 Primera revista a las traducciones por contexto

This commit is contained in:
Manuel Cillero 2023-05-25 20:08:40 +02:00
parent 71b0b0889d
commit 0de26a4737
28 changed files with 307 additions and 187 deletions

View file

@ -12,10 +12,10 @@ impl ModuleTrait for Menu {
}
fn name(&self) -> String {
t("module_name", Locale::From(&LOCALE_MENU))
_t("module_name", Locale::From(&LOCALE_MENU))
}
fn description(&self) -> Option<String> {
Some(t("module_description", Locale::From(&LOCALE_MENU)))
Some(_t("module_description", Locale::From(&LOCALE_MENU)))
}
}