Actualiza el código para las nuevas denominaciones
This commit is contained in:
parent
16996eeee0
commit
a8cb7f0d29
38 changed files with 123 additions and 139 deletions
|
|
@ -4,15 +4,11 @@ localize!("src/locales");
|
|||
|
||||
mod summary;
|
||||
|
||||
pub struct AdminModule;
|
||||
pub struct Admin;
|
||||
|
||||
impl ModuleTrait for AdminModule {
|
||||
fn name(&self) -> &'static str {
|
||||
"Admin"
|
||||
}
|
||||
|
||||
fn fullname(&self) -> String {
|
||||
l("module_fullname")
|
||||
impl ModuleTrait for Admin {
|
||||
fn name(&self) -> String {
|
||||
l("module_name")
|
||||
}
|
||||
|
||||
fn description(&self) -> Option<String> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue