for the admin section, rust only serves admin.en-us.thml
Ok(RenderHtml(
"admin.en-us.html",
admin_ctx.web_context.engine.clone(),
template_context! {
..admin_template_context(&admin_ctx, &canonical_url),
},
)
for the admin section, rust only serves admin.en-us.thml
Ok(RenderHtml(
"admin.en-us.html",
admin_ctx.web_context.engine.clone(),
template_context! {
..admin_template_context(&admin_ctx, &canonical_url),
},
)
That’s correct, I didn’t localize the admin pages. Wouldn’t really call that a bug.
Fair enough