mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
e563259149
Add new index.js that re-exports the locale-data and supported-locales so that dependents of scratch-l10n can continue to work without changing. (With corresponding changes in webpack.config.js and package.json.)
3 lines
168 B
JavaScript
3 lines
168 B
JavaScript
import localeData from './locale-data.js';
|
|
import locales, {localeMap, isRtl} from './supported-locales.js';
|
|
export {locales as default, localeData, localeMap, isRtl};
|