mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 08:44:20 +08:00
4 lines
121 B
Plaintext
4 lines
121 B
Plaintext
|
import { registerUnbound } from 'discourse/lib/helpers';
|
||
|
|
||
|
registerUnbound('i18n', (key, params) => I18n.t(key, params));
|