-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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/spanish localization #6587
Feat/spanish localization #6587
Conversation
Welcome @anyulled! |
Please, extend also the supported languages list in the code. dashboard/src/app/frontend/index.config.ts Lines 19 to 52 in 5106f87
|
Sure, this change needs to be referenced in the internalization page too |
@anyulled if you'd like to add a short sentence about this requirement there it would be great. |
As part of the internationalization documentation, it says that I could set myself as an OWNER of this section in order to watch the changes. To be able to do that, I need to be part of the Kubernetes community. Would any of you @raelga @floreks @maciaszczykm please sponsor me to be part of the community? Otherwise, I could remove myself from the OWNERS file |
Thanks @anyulled, working on the review as it's a quite extensive document :p |
And about becoming a Kubernetes member, count with my endorsement. 👍🏻 |
Codecov Report
@@ Coverage Diff @@
## master #6587 +/- ##
==========================================
- Coverage 42.55% 41.82% -0.74%
==========================================
Files 217 44 -173
Lines 10644 1241 -9403
Branches 177 179 +2
==========================================
- Hits 4530 519 -4011
+ Misses 5851 683 -5168
+ Partials 263 39 -224 |
Co-authored-by: Shu Muto <shu.mutow@nec.com>
hi, @shu-mutou I'm afraid I don't have an approver role in the project, I added myself in the past and the @k8s-ci-robot added the label I'll try in the future if my role gets upgraded |
You have been already k8s community member, so I think it's ok to add yourself to OWNERS file. Could you try it again? |
It worked! thanks, now we're missing the LGTM & approved labels and we're good to go. |
@anyulled looks fine to me. |
@@ -0,0 +1,5 @@ | |||
approvers: | |||
- raelga | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Multiple approvers are preferred because the approver can't approve yourself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, dashboard maintainer can not review each languages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- electrocucaracha | |
@electrocucaracha mind joining as approver?
Some new untranslated words have been added into |
Before conflict occur, merge this once. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anyulled, shu-mutou The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Many thanks @shu-mutou @gamba47 @raelga @floreks @maciaszczykm ! |
Spanish translation of the Dashboard UI
Followed instructions on Internationalization
resolves #6582