v1.9.4
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;
}
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;
}