polyglot v0.3.0 Release Notes

Release Date: 2013-08-06 // almost 11 years ago
    • Breaking change: Removed pluralize() method; instead, just use the t() method, passing in a smart_count option.
    • Breaking change: Removed the ability to use Array, Backbone.Collection, etc. instances for the smart_count option; instead, must pass a Number.
    • Allow passing Number as second argument to t(), which gets converted to the options object {smart_count: <my number>}.