Fix bug per https://github.com/loco-rs/loco/issues/1759
This commit is contained in:
@@ -9,7 +9,7 @@ use loco_rs::{
|
|||||||
use tracing::info;
|
use tracing::info;
|
||||||
|
|
||||||
const I18N_DIR: &str = "assets/i18n";
|
const I18N_DIR: &str = "assets/i18n";
|
||||||
const I18N_SHARED: &str = "assets/i18n/shared.ftl";
|
const I18N_SHARED: &str = "assets/i18n/_shared.ftl";
|
||||||
#[allow(clippy::module_name_repetitions)]
|
#[allow(clippy::module_name_repetitions)]
|
||||||
pub struct ViewEngineInitializer;
|
pub struct ViewEngineInitializer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user