You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Karmada (Kubernetes Armada) is a Kubernetes management system that enables you to run cloud-native applications in multiple Kubernetes clusters and cloud platforms without changing the application. By using Kubernetes native APIs and providing advanced scheduling capabilities, Karmada implements truly open, multi-cloud Kubernetes.
Internationalization (i18n) is very important for international open-source projects. During the process of refactoring Karmada Dashboard, we found it's hard to find an out-of-box i18n tool. As the project becomes bigger, manual management of i18n not only becomes inefficient but also easy to make mistakes.
Therefore, we aim to develop an automated i18n tool as a part to Karmada Dashboard. This tool will automatically extract Chinese characters from the Karmada Dashboard project, assign i18n keys automatically, replace original Chinese characters with i18n translation functions, and utilize a third-party translation API to automatically translate the extracted Chinese characters into the target language.
implement i18n-cli which can automatically extract Chinese characters from the Karmada Dashboard project, generating i18n code, and replacing Chinese characters in the original code with i18n translated utility functions also supports call third-party translation APIs for automatic translation into the target language. Add: add i18n and translator features #131
unit test: Writing test cases to cover the added functionality (currently, we'll only cover translator module)
The text was updated successfully, but these errors were encountered:
@warjiang: GitHub didn't allow me to assign the following users: chouchongYHMing.
Note that only karmada-io members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
What would you like to be added:
Karmada (Kubernetes Armada) is a Kubernetes management system that enables you to run cloud-native applications in multiple Kubernetes clusters and cloud platforms without changing the application. By using Kubernetes native APIs and providing advanced scheduling capabilities, Karmada implements truly open, multi-cloud Kubernetes.
Internationalization (i18n) is very important for international open-source projects. During the process of refactoring Karmada Dashboard, we found it's hard to find an out-of-box i18n tool. As the project becomes bigger, manual management of i18n not only becomes inefficient but also easy to make mistakes.
Therefore, we aim to develop an automated i18n tool as a part to Karmada Dashboard. This tool will automatically extract Chinese characters from the Karmada Dashboard project, assign i18n keys automatically, replace original Chinese characters with i18n translation functions, and utilize a third-party translation API to automatically translate the extracted Chinese characters into the target language.
Project link
https://summer-ospp.ac.cn/org/prodetail/245c40338?lang=zh&list=pro
Parts of
karmada-io/karmada#4879
Desired outcomes
The text was updated successfully, but these errors were encountered: