What is the problem you are trying to solve?
The backend admin panel is completely in english for now (all the form labels etc). Additionally, there is no way to switch between languages globally, so in the campaign-view page, all the infolist values are in german. Lastly: An organization only has one default language. That’s unfortunate: If they wanna create default campaign fields in multiple languagues, that won’t work. Therefore: Whenever they wanna create a multilang campaign, they have to create it in one language and translate all the campaign fields by hand. That is very cumbersome.
How would you like to see this solved in voces.ch?
I think it’d be best to have:
- A panel wide language switcher
- Multilang infolist items (don’t know if and how that’s possible yet)
- Make «default_locale» a multiselect (array in the backend)
That will probably mean that we’ll have to move away from the current ->translatable() function for form fields in the backend cause that doesn’t support multilang default value, I think.
How important is this to your daily work?
Show stopper (but tons of work, probably)