💡 Retoques en los comentarios

This commit is contained in:
Manuel Cillero 2024-12-28 11:18:48 +01:00
parent 3690087005
commit cffffe02d6
9 changed files with 14 additions and 15 deletions

View file

@ -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"))]