mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 10:51:45 +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';
|
||||
import { tagText } from '../util/index';
|
||||
export function DeprecatedTag() {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../util/locale';
|
||||
export function ManyDeletions() {
|
||||
var threshold = 100;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../util/locale';
|
||||
import _ from 'lodash';
|
||||
export function MissingTag() {
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { t } from '../util/locale';
|
||||
import _ from 'lodash';
|
||||
export function TagSuggestsArea() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user