Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

values for 0 #154

Closed
cwtuan opened this issue Apr 12, 2017 · 0 comments
Closed

values for 0 #154

cwtuan opened this issue Apr 12, 2017 · 0 comments

Comments

@cwtuan
Copy link
Contributor

cwtuan commented Apr 12, 2017

var IntlMessageFormat = require('intl-messageformat');
var msg = new IntlMessageFormat('number is {n}.', 'en-US');
msg.format({n:0}); 

Expect "number is 0."
But got "number is ."

jasonmit added a commit that referenced this issue Jul 1, 2017
jasonmit added a commit that referenced this issue Jul 1, 2017
jasonmit added a commit that referenced this issue Jul 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant