🍻 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
|
|
@ -6,7 +6,7 @@ use pagetop_minimal::component::*;
|
|||
pub async fn summary(request: server::HttpRequest) -> ResultPage<Markup, FatalError> {
|
||||
let top_menu = MegaMenu::new()
|
||||
.with_item(MegaMenuItem::label(
|
||||
t("module_name", Locale::From(&LOCALE_ADMIN)).as_str(),
|
||||
_t("module_name", Locale::From(&LOCALE_ADMIN)).as_str(),
|
||||
))
|
||||
.with_item(MegaMenuItem::link("Opción 2", "https://www.google.es"))
|
||||
.with_item(MegaMenuItem::link_blank(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue