🎨 [locale] Mejora el uso de lookup
/ using
This commit is contained in:
parent
71c7793131
commit
19c16d962f
6 changed files with 75 additions and 59 deletions
|
@ -31,7 +31,7 @@ impl Component for PoweredBy {
|
|||
span class="poweredby__copyright" { (c) "." } " "
|
||||
}
|
||||
span class="poweredby__pagetop" {
|
||||
(L10n::l("poweredby_pagetop").with_arg("pagetop_link", LINK).to_markup(cx))
|
||||
(L10n::l("poweredby_pagetop").with_arg("pagetop_link", LINK).using(cx))
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue