feat(i18n): add missing navigation keys to TRANSLATION_KEYS
- Add nav-docs, nav-sheet, nav-slides, nav-social, nav-all-apps - Add nav-people, nav-editor, nav-dashboards, nav-security - Add nav-designer, nav-project, nav-canvas, nav-goals - Add nav-player, nav-workspace, nav-video, nav-learn - Add nav-crm, nav-billing, nav-products, nav-tickets
This commit is contained in:
parent
a15d020556
commit
1686bfb454
2 changed files with 22 additions and 0 deletions
|
|
@ -506,6 +506,27 @@ const TRANSLATION_KEYS: &[&str] = &[
|
|||
"nav-sources",
|
||||
"nav-tools",
|
||||
"nav-attendant",
|
||||
"nav-learn",
|
||||
"nav-crm",
|
||||
"nav-billing",
|
||||
"nav-products",
|
||||
"nav-tickets",
|
||||
"nav-docs",
|
||||
"nav-sheet",
|
||||
"nav-slides",
|
||||
"nav-social",
|
||||
"nav-all-apps",
|
||||
"nav-people",
|
||||
"nav-editor",
|
||||
"nav-dashboards",
|
||||
"nav-security",
|
||||
"nav-designer",
|
||||
"nav-project",
|
||||
"nav-canvas",
|
||||
"nav-goals",
|
||||
"nav-player",
|
||||
"nav-workspace",
|
||||
"nav-video",
|
||||
"dashboard-title",
|
||||
"dashboard-welcome",
|
||||
"dashboard-quick-actions",
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@ async fn run_axum_server(
|
|||
.add_anonymous_path("/api/health")
|
||||
.add_anonymous_path("/api/product")
|
||||
.add_anonymous_path("/api/i18n")
|
||||
.add_anonymous_path("/api/auth")
|
||||
.add_anonymous_path("/ws")
|
||||
.add_anonymous_path("/auth")
|
||||
.add_public_path("/static")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue