🌐 (bootsier): Localiza nombre y descripción
This commit is contained in:
parent
50abfe3b56
commit
b4284f74f8
3 changed files with 12 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
extension_name = Bootsier
|
||||
extension_description = Bootstrap-based theme with flexible styles and components.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
extension_name = Bootsier
|
||||
extension_description = Tema basado en Bootstrap para aplicar su catálogo de estilos y componentes flexibles.
|
||||
Loading…
Add table
Add a link
Reference in a new issue