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'm defined my locale in english as:
{ "BAD_PARAMETERS": 'BAD_PARAMETERS', "USER_NOT_FOUND": 'USER_NOT_FOUND', "MISSING_AUTH_HEADER": 'MISSING_AUTH_HEADER', "USER_EXISTS": 'USER_EXISTS', "SCAN_REFERENCE_EXISTS": 'Reference identifier exists to this provider', "TOO_MANY_RETRIES": 'TOO_MANY_RETRIES', "WRONG_AUTH_TYPE": 'WRONG_AUTH_TYPE', "WRONG_ISSUER": 'WRONG_ISSUER', "WRONG_AUDIENCE": 'WRONG_AUDIENCE', "WRONG_SCOPE": 'WRONG_SCOPE', "WRONG_IP": "WRONG_IP", "INVALID_TOKEN": "INVALID_TOKEN", "UNKNOW_PROVIDER": "Provider doesn't found or invalid", }
When I try to use ctx.i18n.__(key) the en file was overwrited. Why? Thanks in advance.
ctx.i18n.__(key)
en
{ "UNKNOW_PROVIDER": "Provider doesn't found or invalid" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm defined my locale in english as:
When I try to use
ctx.i18n.__(key)
theen
file was overwrited. Why? Thanks in advance.The text was updated successfully, but these errors were encountered: