mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #3232 from riking/patch-i18n
FIX: Reenable console output for verbose localization
This commit is contained in:
commit
ec078ddad6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue