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
This sounds more like a question so I will convert this to a discussion. Also, without seeing your configuration and function usage there's no way I can understand your question, can you provide either a minimal reproduction or your i18n config and a code snippet that triggers your issue?
Environment
Reproduction
Describe the bug
locales [
{
code: 'en-us',
iso: 'en',
},
{
code: 'vi',
iso: 'vn',
},
]
defaultLocale en
routers /about
/home
If the current path is "en-us/about", obtaining the path of "home" through useLocalePath will result in "/home". How to get "en-us/home"
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: