-
-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Autocomplete] Translate "Add ..." text #2108
Conversation
UX Website & Live/Twig components workflow failures are unrelated (due to Twig release from yesterday I guess). Not sure why the Autocomplete workflow fails, the tests are working locally :/ |
@jmsche Did you check if passing option_create every time to the instance would not be interpreted by TomSelect as "create: true" ? I believe it worked like that at a time I would not want we add an unwanted option to every existing user :) |
@smnandre Just checked locally, adding autocomplete on an EnumType, create option is not offered so everything seems okay :) |
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.
Could you update the CHANGELOG ? :)
@smnandre Changelog entry added :) |
The Autocomplete test (PHP 8.3) are failing :| |
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.
Let's fix the tests and merge this :)
@smnandre TBH I don't know why the This test is passing on my local machine, and I guess if you run it again on CI it should pass 😅 |
4589d81
to
f4c647f
Compare
Thanks @jmsche. |
…setup (Jonas De Keukelaere) This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Autocomplete] Translate "Add ..." text with remote data setup | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT In #2108 the "Add..." translation has been added. But this only worked for non remote data setups. This PR makes it work for remote data setup too. Also add translation for Dutch. Commits ------- d2b26d3 [Autocomplete] Translate "Add ..." text with remote data setup
…setup (Jonas De Keukelaere) This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Autocomplete] Translate "Add ..." text with remote data setup | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT In symfony/ux#2108 the "Add..." translation has been added. But this only worked for non remote data setups. This PR makes it work for remote data setup too. Also add translation for Dutch. Commits ------- d2b26d36 [Autocomplete] Translate "Add ..." text with remote data setup
Hi, this PR fixes #745, allowing to translate the "Add Abc..." text when the create option is set to true :)
Added the translated text as comment in most translation files.