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

8 lines
109 B
JavaScript
Raw Normal View History

import en from './en.json';
import ptBR from './pt-BR.json';
export default {
2016-05-06 06:30:57 +08:00
en: en,
'pt-BR': ptBR,
};