Change ultra-fallback to en_US For PR #169

This commit is contained in:
Peter Cottle 2014-05-07 18:42:18 -07:00
parent 5d05103afb
commit f1686932cb

View file

@ -50,7 +50,7 @@ var str = exports.str = function(key, params) {
if (!strings[key][locale]) { if (!strings[key][locale]) {
// try falling back to another locale if in the map // try falling back to another locale if in the map
locale = fallbackMap[locale] || locale; locale = fallbackMap[locale] || getDefaultLocale();
} }
if (!strings[key][locale]) { if (!strings[key][locale]) {