Skip to content
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
@nkovacs

Description

@nkovacs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions