mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-11 16:21:24 -05:00
4 lines
121 B
Text
4 lines
121 B
Text
|
import { registerUnbound } from 'discourse/lib/helpers';
|
||
|
|
||
|
registerUnbound('i18n', (key, params) => I18n.t(key, params));
|