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, };