💥 Renombra "pub_locale" por "define_locale"

This commit is contained in:
Manuel Cillero 2023-05-14 18:48:34 +02:00
parent f95bf8eeb3
commit 199a5defe2
8 changed files with 11 additions and 11 deletions

View file

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