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';
export function access(field) {
var dispatch = d3.dispatch('change'),
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../../util/locale';
import { oneWayTags } from '../../core/index';
export { check as defaultcheck };
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../../util/locale';
import _ from 'lodash';
export {
combo as typeCombo,
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../../util/locale';
export {
url as text,
url as number,
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../../util/locale';
import _ from 'lodash';
import { Detect } from '../../util/detect';
import { Icon } from '../../svg/index';
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../../util/locale';
export function radio(field) {
var dispatch = d3.dispatch('change'),
labels, radios, placeholder;
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../../util/locale';
import { Extent, Intersection, RawMercator, Turn, inferRestriction } from '../../geo/index';
import { Layers, Lines, Turns, Vertices } from '../../svg/index';
import { RestrictTurn, UnrestrictTurn, } from '../../actions/index';
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../../util/locale';
export function textarea(field) {
var dispatch = d3.dispatch('change'),
input;
+1
View File
@@ -1,3 +1,4 @@
import { t } from '../../util/locale';
import _ from 'lodash';
import { ChangeTags } from '../../actions/index';
import { Detect } from '../../util/detect';