forked from geoman-io/leaflet-geoman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
47 lines (46 loc) · 828 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
import en from './en.json';
import de from './de.json';
import it from './it.json';
import id from './id.json';
import ro from './ro.json';
import ru from './ru.json';
import es from './es.json';
import nl from './nl.json';
import fr from './fr.json';
import zh from './zh.json';
// eslint-disable-next-line camelcase
import zh_tw from './zh_tw.json';
// eslint-disable-next-line camelcase
import pt_br from './pt_br.json';
import pl from './pl.json';
import sv from './sv.json';
import el from './el.json';
import hu from './hu.json';
import da from './da.json';
import no from './no.json';
import fa from './fa.json';
import ua from './ua.json';
import tr from './tr.json';
export default {
en,
de,
it,
id,
ro,
ru,
es,
nl,
fr,
pt_br,
zh,
zh_tw,
pl,
sv,
el,
hu,
da,
no,
fa,
ua,
tr
};