[Doc] i18n: add Turkish usage

This commit is contained in:
陈嘉涵 2018-10-31 16:18:59 +08:00
parent 0f127a5f42
commit b89d00b09a
3 changed files with 2 additions and 0 deletions

View File

@ -36,5 +36,6 @@ Current supported languages:
| Chinese | zh-CN |
| English | en-US |
| Traditional Chinese | zh-HK |
| Turkish | tr-TR |
View all language configs [Here](https://github.com/youzan/vant/tree/dev/packages/locale/lang).

View File

@ -37,5 +37,6 @@ Locale.add(messages);
| 简体中文 | zh-CN |
| 英语 | en-US |
| 繁體中文 | zh-HK |
| 土耳其语 | tr-TR |
在 [这里](https://github.com/youzan/vant/tree/dev/packages/locale/lang) 查看所有的 i18n 配置文件。