🎨 Cambia localización de banner/iconos de crates
This commit is contained in:
parent
7530cc69c2
commit
d200c7dd28
5 changed files with 10 additions and 2 deletions
|
|
@ -21,9 +21,17 @@ use pagetop::prelude::*;
|
|||
|
||||
use std::sync::LazyLock;
|
||||
|
||||
// API *********************************************************************************************
|
||||
|
||||
pub mod config;
|
||||
pub mod db;
|
||||
|
||||
// PRELUDE *****************************************************************************************
|
||||
|
||||
pub mod prelude {
|
||||
pub use crate::db;
|
||||
}
|
||||
|
||||
include_locales!(LOCALES_SEAORM);
|
||||
|
||||
/// Implementa [`PackageTrait`] y API específica.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue