🚚 Homogeiniza uso de archivos de localización
This commit is contained in:
parent
bf3b546640
commit
aa1f58d11a
27 changed files with 29 additions and 30 deletions
|
|
@ -1,3 +1,3 @@
|
|||
fn main() -> std::io::Result<()> {
|
||||
pagetop_build::bundle_resources("./static/theme", "bootsier", None)
|
||||
pagetop_build::bundle_resources("./static", "bootsier", None)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ use pagetop::prelude::*;
|
|||
|
||||
define_handle!(THEME_BOOTSIER);
|
||||
|
||||
define_locale!(LOCALE_BOOTSIER, "static/locales");
|
||||
define_locale!(LOCALE_BOOTSIER, "src/locale");
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/bootsier.rs"));
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Add a link
Reference in a new issue