- 🇨🇦Canada jinah2020
Adding translation support for replacement values
This patch wraps the replacement values with the $this->t() function to enable translation of the mapped display values.
Changes made:Modified the replacement processor to translate the $new_value using $this->t($new_value)
This allows the human-readable replacement strings (like "English", "French") to be translated into other languages
The mapping keys (original values like "en", "fr") remain untranslated as expected