DEV: import I18n instead of global usage (#9768)

Co-authored-by: Mark VanLandingham <markvanlan@gmail.com>
Co-authored-by: Robin Ward <robin.ward@gmail.com>

Co-authored-by: Mark VanLandingham <markvanlan@gmail.com>
This commit is contained in:
Robin Ward
2020-05-13 16:23:41 -04:00
committed by GitHub
parent 1059557ce1
commit eab560fe2a
352 changed files with 369 additions and 13 deletions

View File

@ -1,3 +1,4 @@
import I18n from "I18n";
import { notEmpty, and } from "@ember/object/computed";
import { inject as service } from "@ember/service";
import Controller from "@ember/controller";