jstd-web/node_modules/diagram-js/lib/i18n/index.js

5 lines
72 B
JavaScript

import I18N from './I18N';
export default {
i18n: [ 'type', I18N ]
};