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));
|