bigbluebutton-Github/bigbluebutton-html5/imports/locales/index.js
2016-10-02 08:46:15 -07:00

8 lines
113 B
JavaScript
Executable File

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