Skip to content

v1.9.4

Compare
Choose a tag to compare
@cheton cheton released this 13 Aug 14:50
· 186 commits to master since this release

The plural and context options can now be a user defined function that returns boolean (4676b48)

context: function(lng, ns, key, options) {
    return true;
},
plural: function(lng, ns, key, options) {
    return true;
}