You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't find meta title with a nested page like "information/legal-mentions"
I get : [intlify] Not found '/information/legal-mentions._meta.title' key in 'fr' locale messages.
Suggested solution
Either need to have a way to replicate the nested file architecture on the translation side like
so that it automatically exports information/legal-mentions keys as information.legal-mentions so that it can automatically target the _meta.title keys in the information/legal-mentions.json
Or else be able to modify the meta title path before resolution to be able to call your said file or even a single file with all meta titles
Alternative
No response
Additional context
I have other ways to update the Page Title like using useHead() with my translation but I want to get read of the intlify warning
Clear and concise description of the problem
Can't find meta title with a nested page like "information/legal-mentions"
I get :
[intlify] Not found '/information/legal-mentions._meta.title' key in 'fr' locale messages.
Suggested solution
Either need to have a way to replicate the nested file architecture on the translation side like
to match the page routing architecture side
so that it automatically exports information/legal-mentions keys as information.legal-mentions so that it can automatically target the _meta.title keys in the information/legal-mentions.json
Or else be able to modify the meta title path before resolution to be able to call your said file or even a single file with all meta titles
Alternative
No response
Additional context
I have other ways to update the Page Title like using useHead() with my translation but I want to get read of the intlify warning
Validations
The text was updated successfully, but these errors were encountered: