mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: Consolidate i18n import paths (#29804)
Enables our new eslint rules which enforce consistent i18n imports. For more info, see 0d58b40cd7
This commit is contained in:
@ -10,6 +10,7 @@ define("I18n", ["exports"], function (exports) {
|
||||
|
||||
define("discourse-i18n", ["exports"], function (exports) {
|
||||
exports.default = I18n;
|
||||
exports.i18n = I18n.t;
|
||||
});
|
||||
|
||||
define("discourse-common/lib/helpers", ["exports"], function (exports) {
|
||||
|
Reference in New Issue
Block a user