mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 11:53:39 +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));
|