🎨 [locale] Mejora el uso de lookup / using

This commit is contained in:
Manuel Cillero 2025-09-04 00:27:25 +02:00
parent 71c7793131
commit 19c16d962f
6 changed files with 75 additions and 59 deletions

View file

@ -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))
}
}
})