- Issue created by @alfaro
- First commit to issue fork.
- 🇨🇦Canada jinah2020
I've experienced the same issue and created a patch to fix the translation support.
The patch modifies RelativeDateItemProcessor.php to wrap all hardcoded strings with $this->t() function, making them translatable through Drupal's standard translation interface.
Changes made:
- Wrapped display value strings with $this->t()
- Tested with Drupal 10.x in multilingual setup
- Works with Facet 3 and facets_exposed_filters once the patch from Issues #3503718 🐛 Update to work with Facets 3.0 facets_exposed_filters Active is applied