🚧 Renombra "define_locale!()" por "use_locale!()"
This commit is contained in:
parent
db93cc3f14
commit
7fb30f9ee4
9 changed files with 10 additions and 10 deletions
|
|
@ -3,7 +3,7 @@ use pagetop_minimal::component::*;
|
|||
|
||||
use_handle!(MODULE_DEMOHOME);
|
||||
|
||||
define_locale!(LOCALE_DEMOHOME, "src/locale");
|
||||
use_locale!(LOCALE_DEMOHOME, "src/locale");
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/homedemo.rs"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue