6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
import registerUnbound from 'discourse/helpers/register-unbound';
|
|
|
|
registerUnbound('i18n', function(key, params) {
|
|
return I18n.t(key, params);
|
|
});
|