🚚 Directorio "locales" debe estar en "src"

This commit is contained in:
Manuel Cillero 2023-02-04 22:46:17 +01:00
parent a007225fae
commit 2a8946d948
3 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ use pagetop::prelude::*;
pub_handle!(THEME_BOOTSIER);
pub_locale!("locales");
pub_locale!("src/locales");
include!(concat!(env!("OUT_DIR"), "/bootsier.rs"));