Replies: 1 comment
-
Hi @oak93, this should be possible with Fallback locales. Especially |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi everyone,
we need to support 4 languages in our application.
you can see our locales list here:
this creates many folders inside our
public/locales
folder.the language will be the same for all countries. for example,
de-es
will have the same language asde-co
.I have tried to use
localeSubpaths
to solve this having lots of folder issues but it did not work.what I want to have is, I want to have only one folder for each language and serve it for all locales.
for example serve
de
folder inside of thepublic/locales
for eachde-de, de-co, de-es, de-mx
how can I achieve this?
thanks for helping
Beta Was this translation helpful? Give feedback.
All reactions