Closed (fixed)
Project:
Facets Form
Version:
1.0.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2022 at 01:32 UTC
Updated:
30 Jan 2023 at 19:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
smulvih2Patch allows the Submit button and Reset button to be translated. Needed to uninstall and reinstall the module to take effect for existing install.
Comment #4
sershevchykThe last patch works as expected. I think we need to merge it into the module.
Comment #6
sershevchykComment #7
mariamk commentedI've updated the patch. I'm not really sure how to test it though!
Comment #8
smulvih2Patch #7 is the exact same as patch #2 BTW.
Comment #12
andras_szilagyi commentedThank you, merged.
Comment #14
proweb.ua commentedfacets_form 1.x-dev
button labels translatable are not translated.
I disabled the module, deleted it through the composer. clear cache and run cron
Comment #15
proweb.ua commentedsrc/Form/FacetsForm.php
add t()
after that the translation starts working
Comment #16
andras_szilagyi commented@proweb.ua unfortunately the entity translation picks up the schema changes only on module install or re-install, in effect you would not translate configuration via string translation using t() but (after reinstall) enable the translation for block configuration.