mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 04:58:53 +08:00
Enables our new eslint rules which enforce consistent i18n imports. For more info, see 0d58b40cd7
6 lines
161 B
JavaScript
Vendored
6 lines
161 B
JavaScript
Vendored
import { registerRawHelper } from "discourse-common/lib/helpers";
|
|
import { i18n } from "discourse-i18n";
|
|
|
|
registerRawHelper("i18n", i18n);
|
|
|
|
export default i18n;
|