2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

DEV: Import I18n in standard plugins (#10098)

This commit is contained in:
Jarek Radosz 2020-06-22 02:36:45 +02:00 committed by GitHub
parent d04234c667
commit 26260d50b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,4 @@
import I18n from "I18n";
import DateWithZoneHelper from "./date-with-zone-helper";
const TIME_FORMAT = "LLL";