mandelbulber2
mandelbulber2 copied to clipboard
Add Chinese Translation
How can I add Chinese translation? add .ts text file (add zh.ts and formula_zh.ts) seems easy, but what about .qm file?
Can you give me some instruction for translate mandelbulber2 to Chinese? Thank you!
To do translation you need to install Qt Development package. You can download it from https://www.qt.io/download-open-source To do translation you will use Qt Linguist program. This program will allow to translate all UI elements and will preview translation results. After you will finish translation, you can send me .ts file and I will create qm file and add this language to the program.
Ok, thank you very much!I'm a C# programer with Visual Studio and not familiar with QT. So, I download QT Linguist, Git clone mandelbulber2, Find language folder and rename de.ts to zh.ts, Open zh.ts by QT Linguist, and translate source text to Chinese. Is this OK? and how can I send it to you?
Please raise a pull request to add the translation keys
OK,I see.