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
then these routes will get translation from the one entry point instead of hard fs cover:
/en-CA (now: public\locales\en-CA) (need: public\locales\en)
/en-DE (now: public\locales\en-DE) (need: public\locales\en)
/en
The text was updated successfully, but these errors were encountered:
Sin1tar
changed the title
update the logic in createConfig to not check locales via the fs when they are covered with a fallback
[Feature request] update the logic in createConfig to not check locales via the fs when they are covered with a fallback
Jan 25, 2022
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
#1649
it would be really great to be able to define multiple routes that will have a translation from the same entry point.
so if we define in next-i18next.config.js
then these routes will get translation from the one entry point instead of hard fs cover:
/en-CA (now: public\locales\en-CA) (need: public\locales\en)
/en-DE (now: public\locales\en-DE) (need: public\locales\en)
/en
/it-CA (now: public\locales\it-CA) (need: public\locales\it)
/it-DE (now: public\locales\it-CA) (need: public\locales\it)
/it
Thank you
The text was updated successfully, but these errors were encountered: