We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am usin gi18n on the backend like:
i18next .use(Backend) .use(i18nextMiddleware.LanguageDetector) .init({ lng, fallbackLng: FALLBACK_LANG, supportedLngs: langs, backend: { loadPath: __dirname + '/locales/{{lng}}.json', }, preload: langs, detection: { lookupCookie: 'lang', }, })
Then calling this on server start.
The problem I am facing it's that the refered json files on locales folder and not being copied over to the compiled output
Where can I config json files to be copied. I have resolveJsonModule se to true already
resolveJsonModule
Thank you
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's not working?
I am usin gi18n on the backend like:
Then calling this on server start.
The problem I am facing it's that the refered json files on locales folder and not being copied over to the compiled output
Where can I config json files to be copied. I have
resolveJsonModule
se to true alreadyThank you
How do we reproduce the bug?
No response
What's your environment? (If it applies)
No response
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: