Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

国际化 #3

Closed
cyio opened this issue Jan 10, 2018 · 1 comment
Closed

国际化 #3

cyio opened this issue Jan 10, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@cyio
Copy link
Owner

cyio commented Jan 10, 2018

http://kazupon.github.io/vue-i18n/en/installation.html

@cyio cyio added todo enhancement New feature or request and removed todo labels Jan 10, 2018
@cyio
Copy link
Owner Author

cyio commented Jan 11, 2018

前端国际化之Vue-i18n源码分析 · Issue #14 · DDFE/DDFE-blog

有两个坑
一是,下面 messages 是固定 key

const i18n = new VueI18n({
  locale: /zh/.test(window.navigator.language) ? 'zh' : 'en',
  messages: translations
})

二是,timeAgo 语言参数,中间是用下划线 zh_CN,比较严格

@cyio cyio closed this as completed in 2ac712d Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant