react-activity-feed
Version:
React components to create activity and notification feeds
10 lines • 495 B
JavaScript
import enTranslations from './en.json';
import nlTranslations from './nl.json';
import ruTranslations from './ru.json';
import trTranslations from './tr.json';
import frTranslations from './fr.json';
import hiTranslations from './hi.json';
import itTranslations from './it.json';
import esTranslations from './es.json';
export { enTranslations, nlTranslations, ruTranslations, trTranslations, frTranslations, hiTranslations, itTranslations, esTranslations, };
//# sourceMappingURL=locales.js.map