media\vendor\chosen\js\chosen.jquery.js
AbstractChosen.default_multiple_text = "Select Some Options";
AbstractChosen.default_single_text = "Select an Option";
AbstractChosen.default_no_result_text = "No results match";
The text strings are hard coded to the chosen.jquery.js and not translateable.
Affects chosen select, multiple fields
Would suggest to implement Joomla.Text._('
Joomla! 4.0.0-beta5 Beta
Labels |
Added:
?
|
Otherwise:
the fix even more easy, do not use chosen
?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-05 14:13:35 |
Closed_By | ⇒ | bembelimen |
A more constructive comment would be
For Joomla 4 it is recommended that you use choices.js instead
You can see how this is implemented in the select module position
Many thanks for the feedback
the fix even more easy, do not use chosen?