Skip to content
New issue

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

feat: add i18n for hr-HR, sr-RS, cnr-ME #6730

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/guide/i18n.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ The following languages are currently supported:
| Arabic | ar-SA |
| Portuguese | pt-BR |
| Vietnamese | vi-VN |
| Serbian | hr-HR |
| Croatian | sr-RS |
| Montenegrin | cnr-ME |

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

Expand Down
3 changes: 3 additions & 0 deletions docs/guide/i18n.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ return (
| 阿拉伯语 | ar-SA |
| 葡萄牙语 | pt-BR |
| 越南语 | vi-VN |
| 克罗地亚语 | hr-HR |
| 塞尔维亚语 | sr-RS |
| 黑山语 | cnr-ME |

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

Expand Down
Loading
Loading