mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
Require locale, second pass (#3259)
* Require locale, second pass * Remove t global, remove t where it isn't needed
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { t } from '../../util/locale';
|
||||
import _ from 'lodash';
|
||||
export function access(field) {
|
||||
var dispatch = d3.dispatch('change'),
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../../util/locale';
|
||||
import { oneWayTags } from '../../core/index';
|
||||
|
||||
export { check as defaultcheck };
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../../util/locale';
|
||||
import _ from 'lodash';
|
||||
export {
|
||||
combo as typeCombo,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../../util/locale';
|
||||
export {
|
||||
url as text,
|
||||
url as number,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../../util/locale';
|
||||
import _ from 'lodash';
|
||||
import { Detect } from '../../util/detect';
|
||||
import { Icon } from '../../svg/index';
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../../util/locale';
|
||||
export function radio(field) {
|
||||
var dispatch = d3.dispatch('change'),
|
||||
labels, radios, placeholder;
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
import { t } from '../../util/locale';
|
||||
export function textarea(field) {
|
||||
var dispatch = d3.dispatch('change'),
|
||||
input;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../../util/locale';
|
||||
import _ from 'lodash';
|
||||
import { ChangeTags } from '../../actions/index';
|
||||
import { Detect } from '../../util/detect';
|
||||
|
||||
Reference in New Issue
Block a user