-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[l10n] Improve de-DE locale #20684
[l10n] Improve de-DE locale #20684
Conversation
Details of bundle changes.Comparing: 10767d7...d8b6811 Details of page changes
|
@@ -224,7 +224,7 @@ export const deDE = { | |||
}, | |||
MuiRating: { | |||
getLabelText: (value) => `${value} ${value !== 1 ? 'Sterne' : 'Stern'}`, | |||
emptyLabelText: 'Empty', | |||
emptyLabelText: 'Keine Wertung', |
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.
I'm not sure if this is the correct translation. "Empty" is pretty meaningless. Is there more context? How would this be displayed?
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.
You can have more context on https://www.w3.org/WAI/tutorials/forms/custom-controls/#a-star-rating, the label goes instead of 0 Stars
in the above link.
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.
So we should improve Empty
as well. Seems like "No Rating" would have actual meaning.
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.
It depends on how generic we want to be. Sounds fair.
@eps1lon I'm merging as it seems that the changes are already bringing value on their own :). Regarding the rating empty case, if you think that it's worth changing, sure, we could do a follow-up (impacting en-US, and the other locales). |
Adds/correct missing strings for de-DE