We have an web application with the following configuration:
- we use lamias-i18n, laminas-view and laminas-form
- the app is customized for some partners, the language configuration is stored in the db and is loaded dynamically
Some of our partners want special texts in their layout. We configured translation domains for that.
Actual we translate the texts inside the view script and set them into the forms after that. This causes a lot of Translation-not-found-Messages for the the already translated texts.
I created a service to configure the translator with the partner specific locale.
But how can I set the translation domain globally?