feat(locale): add japanese language (#5854)

* docs(locale): add japanese language

* docs(locale): add japanese language
This commit is contained in:
rex 2020-03-18 22:45:57 +08:00 committed by GitHub
parent 3bc1a73796
commit 7878f72f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -45,5 +45,6 @@ Current supported languages:
| English | en-US |
| Turkish | tr-TR |
| Spanish (Spain) | es-ES |
| Japanese | ja-JP |
> View all language configs [Here](https://github.com/youzan/vant/tree/dev/src/locale/lang).

View File

@ -45,6 +45,7 @@ Locale.add(messages);
| 英语 | en-US |
| 土耳其语 | tr-TR |
| 西班牙语 | es-ES |
| 日语 | ja-JP |
> 在 [这里](https://github.com/youzan/vant/tree/dev/src/locale/lang) 查看所有的 i18n 配置文件。