?
avatar Didldu-Florian
Didldu-Florian
5 Nov 2020

Steps to reproduce the issue

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._('

System information (as much as possible)

Joomla! 4.0.0-beta5 Beta

avatar Didldu-Florian Didldu-Florian - open - 5 Nov 2020
avatar joomla-cms-bot joomla-cms-bot - change - 5 Nov 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 Nov 2020
avatar Fedik
Fedik - comment - 5 Nov 2020

the fix even more easy, do not use chosen ?

avatar bembelimen bembelimen - close - 5 Nov 2020
avatar bembelimen
bembelimen - comment - 5 Nov 2020
  1. Chosen is an external library => we don't change here anything
  2. That are the default values => you can overwrite them easily by your script giving the correct values

Otherwise:

the fix even more easy, do not use chosen ?

avatar bembelimen bembelimen - change - 5 Nov 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-11-05 14:13:35
Closed_By bembelimen
avatar brianteeman
brianteeman - comment - 5 Nov 2020

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

avatar Didldu-Florian
Didldu-Florian - comment - 5 Nov 2020

Many thanks for the feedback

Add a Comment

Login with GitHub to post a comment