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
JSON config file has following structure:
{
"locales": ["en", "de", ...],
"prefix": "..."
}
Please consider adding here that if one is not going to use translated routes (and hence prefix), they need to remove prefix field from the config rather than leaving it blank. I did it and that caused very subtle bugs (e.g. paths like module1/page1 were being translated to /en/[object Object]/page1).
The text was updated successfully, but these errors were encountered:
Please consider adding here that if one is not going to use translated routes (and hence
prefix
), they need to removeprefix
field from the config rather than leaving it blank. I did it and that caused very subtle bugs (e.g. paths likemodule1/page1
were being translated to/en/[object Object]/page1
).The text was updated successfully, but these errors were encountered: