bigbluebutton-Github/bigbluebutton-html5/imports/locales/index.js

9 lines
126 B
JavaScript
Executable File

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