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
7 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
/*eslint no-bitwise:0 */
import I18n from "I18n";
const DATA_PREFIX = "data-poll-";
const DEFAULT_POLL_NAME = "poll";