mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 00:48:33 +08:00
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
|
import { htmlHelper } from 'discourse-common/lib/helpers';
|
||
|
|
||
|
export default htmlHelper((key, params) => I18n.t(key, params.hash));
|