mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
- 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 = {};
|