mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
0fe766d9a4
- preset data is no longer bundled into iD.js - some code pathways commented out re: external presets - many changes so that tests can run without presets at start, or async - still need to make sure fallbacks are always there (point, line, area, etc)
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
export { dataLocales } from './locales.json';
|
|
export { en as dataEn } from '../dist/locales/en.json';
|
|
|
|
export let data = {};
|