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

Add Language Support for Korean #4269

Closed
jihoon-seo opened this issue Apr 4, 2024 · 2 comments · Fixed by #4271
Closed

Add Language Support for Korean #4269

jihoon-seo opened this issue Apr 4, 2024 · 2 comments · Fixed by #4271
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@jihoon-seo
Copy link
Contributor

What would you like to be added:
Add Language Support for Korean.

Why is this needed:
It will make Kubesphere more accessible to Korean users.

I installed Kubesphere v3.4.0 on my minikube cluster, and saw that Korean does not exist in language options of Kubesphere (console).
image
image

And in Kubesphere Crowdin project, it is displayed that words and strings are 99% translated into Korean.

So it would be great if we can add language support for Korean, by doing some necessary work, where one of them might be to include localized L10n .js files that exist in the Crowdin project.

If someone can guide or at least provide some hints, then I might be able to work on this.

@jihoon-seo jihoon-seo added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 4, 2024
@calvinyv
Copy link
Member

calvinyv commented Apr 4, 2024

thanks for your help, we're on a three-day public holiday, and our front-end developers will be providing documentation after the holiday.

@donniean
Copy link

donniean commented Apr 7, 2024

Thanks for your help.

You can add the Korean entry to supportLangs in server/config.yaml.

For example:

client
    supportLangs:
    - label: 'English'
      value: 'en'
    # other languages ...
    - label: 'Korean in the Korean language'
      value: 'ko'

If you want to improve the translation, you can translate it at https://crowdin.com/project/kubesphere .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants