Translations for plugin setting values or translations for media files
Let's assume I want to add a plugin which adds a slider with images to the frontend. These images have to be different depending on which language is set for the shop. If the customer changes the language in the frontend a different image should be displayed.
There is no way to configure something like that in a comfortable way at the moment as far as I'm aware of.
So the idea would be to either make the plugin setting values translatable or make media files translatable.
-
Bianca Glasner commented
We have another use case which would require a language specific configuration, but not related to translations.
For our product, we require to have an account on our backend for each language. So every sales channel and language combination needs different account IDs and different API keys within the plugin configuration.
To make it possible in the current state, we needed to implement a different config handling with an additional database table including a "language_id" column. It also required us to implement a customized config page.