🚚 Homogeiniza uso de archivos de localización

This commit is contained in:
Manuel Cillero 2023-06-21 23:14:27 +02:00
parent bf3b546640
commit aa1f58d11a
27 changed files with 29 additions and 30 deletions

View file

@ -3,7 +3,7 @@ use pagetop_minimal::component::*;
define_handle!(MODULE_DEMOHOME);
define_locale!(LOCALE_DEMOHOME, "src/locales");
define_locale!(LOCALE_DEMOHOME, "src/locale");
include!(concat!(env!("OUT_DIR"), "/homedemo.rs"));