- Issue created by @andre.bonon
- Merge request !90Resolve #3535583 "Newsletter reason field translation" → (Open) created by andre.bonon
- 🇧🇷Brazil andre.bonon
Unfortunately, the Newsletter (ConfigEntityType) doesn’t provide hasTranslation() or getTranslation() methods like ContentEntityType does.
As a result, I had to use the language manager service and manually fetch each translation—for both the Reason and the Subject—in different files.This works for now, but further improvements will be needed to support translations more robustly in the future.
It might be worth considering adding translation-handling methods directly to the Newsletter class.