import en from './en.json';
import ptBR from './pt-BR.json';
export default {
en: en,
'pt-BR': ptBR,
};