richdavid

Results 1 issues of richdavid

[vue-i18n] Fall back to translate the keypath 'depo.method' with 'en-US' locale. locale zh-CN ![image](https://user-images.githubusercontent.com/39981752/41020008-cb3db96a-6993-11e8-93cd-c61a1f8a022e.png) const i18n = new VueI18n({ locale: cookie.get('lang'), messages: { 'zh-CN': require('./common/lang/cn'), // 中文语言包 'en-US': require('./common/lang/en') //...