🏷️ Simplifica nombres de traits esenciales
Los traits `ExtensionTrait`, `ThemeTrait` y `ComponentTrait` pasan a ser `Extension`, `Theme`y `Component`, respectivamente,
This commit is contained in:
parent
fd5b48811d
commit
f03f42f6d5
23 changed files with 78 additions and 79 deletions
|
|
@ -7,7 +7,7 @@ use crate::prelude::*;
|
|||
/// funcionando correctamente.
|
||||
pub struct Welcome;
|
||||
|
||||
impl ExtensionTrait for Welcome {
|
||||
impl Extension for Welcome {
|
||||
fn name(&self) -> L10n {
|
||||
L10n::l("welcome_extension_name")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue