rebuild and no more uppercase

This commit is contained in:
Peter Cottle 2013-02-24 00:11:39 -08:00
parent 5e7042c64b
commit 1b0d836a42
10 changed files with 74 additions and 18 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) {