🌐 (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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue