mandelbulber2 icon indicating copy to clipboard operation
mandelbulber2 copied to clipboard

Add Chinese Translation

Open EurekaChen opened this issue 3 years ago • 5 comments

How can I add Chinese translation? add .ts text file (add zh.ts and formula_zh.ts) seems easy, but what about .qm file?

EurekaChen avatar Nov 06 '21 10:11 EurekaChen

Can you give me some instruction for translate mandelbulber2 to Chinese? Thank you!

EurekaChen avatar Nov 09 '21 07:11 EurekaChen

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.

buddhi1980 avatar Nov 09 '21 08:11 buddhi1980

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?

EurekaChen avatar Nov 10 '21 01:11 EurekaChen

Please raise a pull request to add the translation keys

networkpanic avatar Nov 13 '21 21:11 networkpanic

OK,I see.

EurekaChen avatar Nov 14 '21 04:11 EurekaChen