🚧 New into_string() methods for L10n

This commit is contained in:
Manuel Cillero 2023-07-25 20:02:50 +02:00
parent 689a22e51a
commit e316e9aa91
3 changed files with 15 additions and 3 deletions

View file

@ -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"),
)),
),
)