docs(Locale): add romanian (#6194)

This commit is contained in:
neverland 2020-05-01 19:20:17 +08:00 committed by GitHub
parent 7f100806e1
commit a7294ea980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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