🚧 Renombra "define_locale!()" por "use_locale!()"

This commit is contained in:
Manuel Cillero 2023-06-23 08:33:15 +02:00
parent db93cc3f14
commit 7fb30f9ee4
9 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@ use pagetop::prelude::*;
use_handle!(MODULE_MENU);
define_locale!(LOCALE_MENU, "src/module/menu/locales");
use_locale!(LOCALE_MENU, "src/module/menu/locales");
pub struct Menu;