🌐 (bootsier): Localiza nombre y descripción

This commit is contained in:
Manuel Cillero 2026-05-09 10:43:04 +02:00
parent 50abfe3b56
commit b4284f74f8
3 changed files with 12 additions and 0 deletions

View file

@ -134,6 +134,14 @@ impl Template for BootsierTemplate {
pub struct Bootsier;
impl Extension for Bootsier {
fn name(&self) -> L10n {
L10n::t("extension_name", &LOCALES_BOOTSIER)
}
fn description(&self) -> L10n {
L10n::t("extension_description", &LOCALES_BOOTSIER)
}
fn theme(&self) -> Option<ThemeRef> {
Some(&Self)
}

View file

@ -0,0 +1,2 @@
extension_name = Bootsier
extension_description = Bootstrap-based theme with flexible styles and components.

View file

@ -0,0 +1,2 @@
extension_name = Bootsier
extension_description = Tema basado en Bootstrap para aplicar su catálogo de estilos y componentes flexibles.