🚧 Renombra "define_locale!()" por "use_locale!()"
This commit is contained in:
parent
db93cc3f14
commit
7fb30f9ee4
9 changed files with 10 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ use pagetop::prelude::*;
|
|||
|
||||
use_handle!(MODULE_NODE);
|
||||
|
||||
define_locale!(LOCALE_NODE, "src/locale");
|
||||
use_locale!(LOCALE_NODE, "src/locale");
|
||||
|
||||
//mod entity;
|
||||
mod migration;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue