We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://kazupon.github.io/vue-i18n/en/installation.html
The text was updated successfully, but these errors were encountered:
前端国际化之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,比较严格
zh_CN
Sorry, something went wrong.
2ac712d
No branches or pull requests
http://kazupon.github.io/vue-i18n/en/installation.html
The text was updated successfully, but these errors were encountered: