🍻 Primera revista a las traducciones por contexto
This commit is contained in:
parent
71b0b0889d
commit
0de26a4737
28 changed files with 307 additions and 187 deletions
|
|
@ -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)))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue