intl-messageformat-parser
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "intl-messageformat-parser", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Parses ICU message strings to an AST that can be used to format the messages for a person's locale.", | ||
@@ -5,0 +5,0 @@ "main": "dist/parser.js", |
@@ -11,4 +11,4 @@ intl-messageformat-parser | ||
var photosMsg = 'On {takenDate, date, short} {name} took {numPhotos, plural,' + | ||
'0= {no photos :(}' + | ||
'1= {one photo.}' + | ||
'=0 {no photos :(}' + | ||
'=1 {one photo.}' + | ||
'other {# photos!}}'; | ||
@@ -59,3 +59,3 @@ | ||
"type": "optionalFormatPattern", | ||
"selector": "0=", | ||
"selector": "=0", | ||
"value": { | ||
@@ -73,3 +73,3 @@ "type": "messageFormatPattern", | ||
"type": "optionalFormatPattern", | ||
"selector": "1=", | ||
"selector": "=1", | ||
"value": { | ||
@@ -76,0 +76,0 @@ "type": "messageFormatPattern", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package