FIX: Reenable console output for verbose localization

This commit is contained in:
riking 2015-02-24 12:20:51 -08:00
parent ff842758e1
commit 31d2098dc6

View File

@ -522,7 +522,7 @@ I18n.enable_verbose_localization = function(){
if (!_.isEmpty(value)) {
message += ", parameters: " + JSON.stringify(value);
}
//window.console.log(message);
Em.Logger.info(message);
}
return t.apply(I18n, [scope, value]) + " (t" + current + ")";
};