mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:56:01 +08:00
FIX: Reenable console output for verbose localization
This commit is contained in:
parent
ff842758e1
commit
31d2098dc6
|
@ -522,7 +522,7 @@ I18n.enable_verbose_localization = function(){
|
||||||
if (!_.isEmpty(value)) {
|
if (!_.isEmpty(value)) {
|
||||||
message += ", parameters: " + JSON.stringify(value);
|
message += ", parameters: " + JSON.stringify(value);
|
||||||
}
|
}
|
||||||
//window.console.log(message);
|
Em.Logger.info(message);
|
||||||
}
|
}
|
||||||
return t.apply(I18n, [scope, value]) + " (t" + current + ")";
|
return t.apply(I18n, [scope, value]) + " (t" + current + ")";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user