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

9 lines
124 B
JavaScript
Raw Normal View History

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