How to create a bilingual UI translation?
Hello everyone
Is there a simple way to create a bilingual translation of the UI? I mean, for example, have the English text, then a pipe, then the translation? This would be useful for debugging the translation. I imagine some people might also like to use the application that way (i.e. so that you can ask questions in the English forum without having to guess what the menu items are in English).
Thanks
Samuel
Comments
You could take the .ts files from transifex, prefix all translated strings with the English original and the pipe and then convert it into a .qm file with the Qt tool lrelease, put that where the updated translations usually sit.
In reply to You could take the .ts files… by Jojo-Schmitz
That was quite simple, thanks.
I suppose creating an NL+AF file would take a little more work (-: