Hello !
After having used the "Translations" part of the Management Center a fair amount of times, I must say it can be fairly heavy to use. I thought about some ways to make it easier to manage.
- Give the possibility to search for a label either by its name, or by its content (text). Indeed right now it is nearly impossible for the end customer to go change a text themselves, as they don't know its name. And for the developer, it is much easier to just input the name of the label rather than scroll through all the labels in alphabetical order to find it.
- Add namespaces so we can organize the labels, and not worry about duplicate names. Right now I can just name my labels something like "ProductPage.xxx" if I want to, but it's not a real usable namespace, just a convention.
- Automatically generate translations entries (by parsing all the templates which are being used, for example). Right now I have to manually add every single translation I want to use in the interface. It is long and error-prone.
Just 1 and 2 would make the work immensly easier. Let me know if any of these already have a solution, I'm not an expert yet ;)
Thanks !