Hi Everyone,
In SELV project we have the issue with missing translations of inventory statuses in email notifications. Those statuses are fetched from the database. On the UI side, they are simple override by JavaScript and Transifex. But to translate them in this email notification we will have to add new features for this. We should add some new methods in Core here which will replace value from DB to translated one depend on the chosen language (of course using Transifex).
What do you think about this? Can we add the possibility to translate those statuses in Core?
Do you have any ideas on how to solve this issue differently?