This repository was archived by the owner on Dec 17, 2018. It is now read-only.
This repository was archived by the owner on Dec 17, 2018. It is now read-only.
argStyleText is not supported #1
Closed
Description
The second string is valid according to ICU, but can't be parsed by messageformat-parser:
var parse = require('messageformat-parser').parse;
console.log(parse("{0,date,long}"));
console.log(parse("{0,date,y-M-d HH:mm:ss zzzz}"));
I know messageformat.js doesn't support the second one, but I'm using only the parser for globalize.js, which would be able to support the second one.
Metadata
Metadata
Assignees
Labels
No labels