mirror of
https://github.com/discourse/discourse.git
synced 2024-12-18 22:34:21 +08:00
48193767bf
Automatically generated by `eslint --fix` to satisfy the updated configuration
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
import { htmlSafe } from "@ember/template";
|
|
import I18n from "I18n";
|
|
|
|
export default function boundI18n(key, options) {
|
|
return htmlSafe(I18n.t(key, options));
|
|
}
|