Skip to content

Commit

Permalink
feat(i18n): add locale de-DE & ms-MY & ar-SA & vi-VN (#6613)
Browse files Browse the repository at this point in the history
* feat(i18n): add locale de-DE & ms-MY & ar-SA & vi-VN

* test: update testcase

---------

Co-authored-by: qingyan <[email protected]>
Co-authored-by: 二货机器人 <[email protected]>
  • Loading branch information
3 people authored Apr 28, 2024
1 parent 3330b9a commit 9198124
Show file tree
Hide file tree
Showing 8 changed files with 24,167 additions and 458 deletions.
6 changes: 6 additions & 0 deletions docs/guide/i18n.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ The following languages are currently supported:
| Russian (Russia) | ru-RU |
| Turkish (Türkçe) | tr-TR |
| Thai | th-TH |
| French | fr-FR |
| German | de-DE |
| Malay | ms-MY |
| Arabic | ar-SA |
| Portuguese | pt-BR |
| Vietnamese | vi-VN |

See more usage at [ConfigProvider](../components/config-provider).

Expand Down
6 changes: 6 additions & 0 deletions docs/guide/i18n.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ return (
| 俄罗斯语 | ru-RU |
| 土耳其语 | tr-TR |
| 泰语 | th-TH |
| 法语 | fr-FR |
| 德语 | de-DE |
| 马来语 | ms-MY |
| 阿拉伯语 | ar-SA |
| 葡萄牙语 | pt-BR |
| 越南语 | vi-VN |

具体的使用方法请参考 [ConfigProvider](../components/config-provider) 文档。

Expand Down
Loading

0 comments on commit 9198124

Please sign in to comment.