Require locale, second pass (#3259)

* Require locale, second pass

* Remove t global, remove t where it isn't needed
This commit is contained in:
Tom MacWright
2016-07-21 16:20:13 -04:00
committed by GitHub
parent dd19920f76
commit af776501d3
90 changed files with 95 additions and 68 deletions
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../util/locale';
import _ from 'lodash';
import { tagText } from '../util/index';
export function DeprecatedTag() {
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../util/locale';
export function ManyDeletions() {
var threshold = 100;
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../util/locale';
import _ from 'lodash';
export function MissingTag() {
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../util/locale';
import _ from 'lodash';
export function TagSuggestsArea() {