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
"@angular/core": "^15.0.0", "@ngx-translate/core": "^14.0.0", "ngx-translate-messageformat-compiler": "^6.2.0",
If any translation has the wrong format, then all translations in the app break.
Example: stackblitz.com For example instead of using =0{ we have 0{
Maybe it is possible to return the wrong key instead all translations do crash due to one error?
The text was updated successfully, but these errors were encountered:
I guess the issue should be addressed to messageformat/messageformat#393 as well
Sorry, something went wrong.
strictPluralKeys
@lephyrus Thank you very much for merging the PR and the new release. I guess we can close this issue now.
Closed by #115.
No branches or pull requests
"@angular/core": "^15.0.0",
"@ngx-translate/core": "^14.0.0",
"ngx-translate-messageformat-compiler": "^6.2.0",
If any translation has the wrong format, then all translations in the app break.
Example: stackblitz.com
For example instead of using =0{ we have 0{
Maybe it is possible to return the wrong key instead all translations do crash due to one error?
The text was updated successfully, but these errors were encountered: