mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
DEV: Import I18n in standard plugins (#10098)
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
||||
import I18n from "I18n";
|
||||
import EmberObject from "@ember/object";
|
||||
import { isEmpty } from "@ember/utils";
|
||||
import { schedule } from "@ember/runloop";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import I18n from "I18n";
|
||||
import DateWithZoneHelper from "./date-with-zone-helper";
|
||||
|
||||
const TIME_FORMAT = "LLL";
|
||||
|
||||
Reference in New Issue
Block a user