-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore: Latest translations #9227
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
Conversation
Translations Update, please integrate
| "notificationbadge.plus": "{notifications}+", | ||
| "picker.placeholder": "Zaznacz…", | ||
| "picker.selectedCount": "{count, plural, =0 {Nie zaznaczono żadnych elementów} one {# zaznaczony element} other {# zaznaczonych elementów}}", | ||
| "picker.selectedCount": "{count, plural, =0 {Nie zaznaczono żadnych elementów} one {# zaznaczony element} few {# zaznaczone elementy} many {# zaznaczonych elementów} other {# zaznaczonych elementów}}", |
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 assume the change @reidbarber is fine, but just in case @rgeraghty can you confirm that the string used for the other clause is valid? Do we still need to differentiate between many vs other in this case still or can we just rely on other to handle many like other languages seem to be doing?
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.
@LFDanLu some languages need variance, few and many are okay if language needs it,
Does this create a functional issue? if not, please take for now and merge, and in meantime I'll follow up with vendor to get a translation update if needed, for early next week, but as they provided assuming correct for this week,
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.
nope, no functional issue on our side, just was curious. Thanks!
| "notificationbadge.plus": "{notifications}+", | ||
| "picker.placeholder": "Izaberite...", | ||
| "picker.selectedCount": "{count, plural, =0 {Nije izabrana nijedna stavka} one {Izabrana je # stavka} other {Izabrano je # stavki}}", | ||
| "picker.selectedCount": "{count, plural, =0 {No items selected} one {# item selected} other {# items selected}}", |
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 assume this one shouldn't have changed back to English?
Latest translations, please merge