This commit is contained in:
梁灏 2017-11-13 09:14:03 +08:00
parent 6b2af1b6c1
commit a5dad1afd4
17 changed files with 125 additions and 17 deletions

View file

@ -1,4 +1,6 @@
export default {
import { setLang } from '../index';
const lang = {
i: {
locale: 'fr-FR',
select: {
@ -97,3 +99,7 @@ export default {
}
}
};
setLang(lang.i.locale);
export default lang;