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
It seems there is an inconsistency between i18next-scanner and i18next options: i18next uses: defaultNS i18next-scanner uses: defaultNs
defaultNS
defaultNs
Note the different case of the S.
S
Code here: https://github.com/i18next/i18next-scanner/blob/master/src/parser.js#L56 and here: https://github.com/i18next/i18next/blob/master/src/defaults.js#L7
Ideally, those two should be the same, not sure which one.
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
It seems there is an inconsistency between i18next-scanner and i18next options:
i18next uses:
defaultNS
i18next-scanner uses:
defaultNs
Note the different case of the
S
.To Reproduce
Code here:
https://github.com/i18next/i18next-scanner/blob/master/src/parser.js#L56
and here:
https://github.com/i18next/i18next/blob/master/src/defaults.js#L7
Expected behavior
Ideally, those two should be the same, not sure which one.
Your Environment
N/A
The text was updated successfully, but these errors were encountered: