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
Expect placeholder format "decimalPatternDigits" to be accepted.
Placeholder format "decimalPatternDigits" is not accepted by the static analysis of the ARB file
Value is not accepted. Valid values: "compact", "compactCurrency", "compactSimpleCurrency", "compactLong", "currency", "decimalPattern", "decimalPercentPattern", "percentPattern", "scientificPattern", "simpleCurrency".
"priceDisplay": "{amount}", "@priceDisplay": { "placeholders": { "amount": { "type": "double", "format": "decimalPatternDigits", "optionalParameters": { "decimalDigits": 2 }, "example": "49.99" } } }
The text was updated successfully, but these errors were encountered:
This was fixed by #55 , probably just waiting for the new version publish. I have that on my todo list :)
Sorry, something went wrong.
Sounds good! I'll leave the issue up for other users stumbling upon this, you can close it as soon as the release goes up!
No branches or pull requests
Expected Behavior
Expect placeholder format "decimalPatternDigits" to be accepted.
Actual Behavior
Placeholder format "decimalPatternDigits" is not accepted by the static analysis of the ARB file
Value is not accepted. Valid values: "compact", "compactCurrency", "compactSimpleCurrency", "compactLong", "currency", "decimalPattern", "decimalPercentPattern", "percentPattern", "scientificPattern", "simpleCurrency".
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: