zomg so many keys

This commit is contained in:
Peter Cottle 2013-02-23 23:07:03 -08:00
parent 9048f09d9f
commit 7e165c6fdc
18 changed files with 354 additions and 75 deletions

View file

@ -53,7 +53,7 @@ var str = exports.str = function(key, params) {
return template(
strings[key][locale],
params
);
).toUpperCase();
};
var getIntlKey = exports.getIntlKey = function(obj, key) {