mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
Merge pull request #3232 from riking/patch-i18n
FIX: Reenable console output for verbose localization
This commit is contained in:
commit
ec078ddad6
@ -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 + ")";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user