💡 Retoques en los comentarios
This commit is contained in:
parent
3690087005
commit
cffffe02d6
9 changed files with 14 additions and 15 deletions
|
|
@ -6,7 +6,7 @@ use crate::response::page::Page;
|
|||
|
||||
pub type ThemeRef = &'static dyn ThemeTrait;
|
||||
|
||||
/// Los diseños deben implementar este "trait".
|
||||
/// Los temas deben implementar este "trait".
|
||||
pub trait ThemeTrait: PackageTrait + Send + Sync {
|
||||
fn regions(&self) -> Vec<(&'static str, L10n)> {
|
||||
vec![("content", L10n::l("content"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue