-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
MultiSelect: selectedItemsLabel is not localized (re-opened) #14554
Comments
Thanks a lot for your report! I set a milestone and we'll check this issue before the milestone is released. Also, I really appreciate it if you support us with a PR. Best Regards, |
Hi @puschie286 , Thanks a lot for the report, we've just updated the selectedItemsLabel, could you please check it after the release and let us know if the issue persists? |
Hi @cetincakiroglu ! I have the same issue. I put this in the translation config (config.setTranslation({) : Empty message is working as espected: But the "selectionMessage" isn't working ... Best regards, PS: Or maybe it's possible to change the default "maxSelectedLabels" globally ? it could be interesting in my case. |
still persist, the fix #14712 would work, it needs to be released though :) |
Hi ! |
Describe the bug
selectedItemsLabel is not localized, but there is a translation entry for that: "selectionMessage"
Workaround: set selectedItemsLabel to inject( PrimeNGConfig ).getTranslation( 'selectionMessage' )
Environment
documentation
Reproducer
No response
Angular version
17
PrimeNG version
17.3.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
selectedItemsLabel should be default to "selectionMessage" translation
The text was updated successfully, but these errors were encountered: