bigbluebutton-Github/bigbluebutton-html5/imports/locales/index.js
2016-11-15 13:00:28 -08:00

9 lines
124 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,
};