🚚 Rename "new_static_..!" macros to "static_..!"

This commit is contained in:
Manuel Cillero 2023-11-03 22:59:15 +01:00
parent 088ffe7272
commit 0397036d95
12 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
use pagetop::prelude::*;
new_static_locales!(LOCALES_ADMIN);
static_locales!(LOCALES_ADMIN);
mod summary;