🚧 New into_string() methods for L10n
This commit is contained in:
parent
689a22e51a
commit
e316e9aa91
3 changed files with 15 additions and 3 deletions
|
|
@ -142,7 +142,7 @@ fn about_pagetop() -> Container {
|
|||
.with_component(Paragraph::with(L10n::t("pagetop_text2", &LOCALES_HOMEDEMO)))
|
||||
.with_component(Paragraph::with(
|
||||
L10n::e("pagetop_text3", &LOCALES_HOMEDEMO)
|
||||
.with_arg("href", "https://docs.rs/pagetop/latest/pagetop".to_string()),
|
||||
.with_arg("href", "https://docs.rs/pagetop/latest/pagetop"),
|
||||
)),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue