dust-intl
dust-intl copied to clipboard
Dust helpers for internationalization.
If the params._key lookup fails, the message is not really helpful for debugging. here's a typical error message with stacktrace: ``` [DUST:ERROR] Error in helper `formatMessage`: A message must be...
exposes a bug in formatting dates and timezones #54
I often find myself wanting to include a string with some formatting into a translated sentence. E.G "The user _Sigmund_ performed this commit" Looking at the source code it seems...
I'm trying to use dust-intl in my project and I find I have some strings like "Updated yesterday" and "Created two years ago". I figured this should be solved using...
`Error: expected 'oranges cost $40,000.00 (or €40,000.00) if ordered by January 24, 2014' to equal 'oranges cost $40,000.00 (or €40,000.00) if ordered by January 23, 2014'` This test failed with...
1. Currency values seem to be uniformly returned in floating point notation. Is it possible to return a currency value in the same representation that it's passed in as? Or,...
the @intlDate only works if the timestamp is passed as a number, doesn't work if if it's a string, due to this it's almost impossible to use this, since when...