I’d like to preview a translated language file in SquareLine Studio.
Mention some use cases
This is useful to verify the string lengths and layouts are good.
Do you see alternative options and workaround to achieve it?
Our current workaround is to manually test each function of the device, but it’s really time-consuming to fix the simplest layout errors, which are obvious as sono as the translated string is loaded.
One closely related note: it would be great if there were an option to build a fake language - for each phrase, take the longest string from each translation file. Of course each language would still needed tested separately(due to wrapping and line-breaks and such), but this would help us design UI layouts with enough space for most of the languages from the first pass.
Yeah, YAML is really easy to script and convert to anything. Pure C, on the other hand, is more integrated and straightforward.
I only need to support English and German, and since I’m fluent in both, I can handle the translation myself. That’s why I value the simpler workflow of the new translation method.