Merge pull request #3232 from riking/patch-i18n

FIX: Reenable console output for verbose localization
This commit is contained in:
Sam 2015-03-02 10:20:16 +11:00
commit ec078ddad6

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 + ")";
};