👽️ Simplifica API de localización para documentar
This commit is contained in:
parent
805c670a53
commit
e68d0b27f0
9 changed files with 62 additions and 47 deletions
|
|
@ -58,15 +58,19 @@ impl ThemeTrait for Bootsier {
|
|||
alt="Caution!";
|
||||
div class="media-body" {
|
||||
h1 class="display-4" { ("RESOURCE NOT FOUND") }
|
||||
p class="lead" { (t("e404-description", Locale::From(&LOCALE_BOOTSIER))) }
|
||||
p class="lead" {
|
||||
(_t("e404-description", Locale::From(&LOCALE_BOOTSIER)))
|
||||
}
|
||||
hr class="my-4";
|
||||
p { (t("e404-description", Locale::From(&LOCALE_BOOTSIER))) }
|
||||
p {
|
||||
(_t("e404-description", Locale::From(&LOCALE_BOOTSIER)))
|
||||
}
|
||||
a
|
||||
class="btn btn-primary btn-lg"
|
||||
href="/"
|
||||
role="button"
|
||||
{
|
||||
(t("back-homepage", Locale::From(&LOCALE_BOOTSIER)))
|
||||
(_t("back-homepage", Locale::From(&LOCALE_BOOTSIER)))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue