Files
bigbluebutton-tablet/react-native/app/translations/resources/index.ts
2022-04-13 15:38:35 -03:00

12 lines
138 B
TypeScript

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