Page 2 of 3

Re: Translation / Localization

Posted: Sun Mar 17, 2019 9:49 pm
by daniel
What version of Qt (Linguist) are you using? It works on my side.

And which ts file have you duplicated?

Re: Translation / Localization

Posted: Fri Nov 22, 2019 9:37 am
by alisa2601
Hello,
I would like to change the language from English to french. I follow the links, but I don't understand how to change it. Could you help me step by step. Do I have to download QT first? I didn't find the download link.
Thank you.

Re: Translation / Localization

Posted: Fri Nov 22, 2019 6:37 pm
by daniel
Just click on the 'Display > Language translation > Français' menu.

Mind that the translation is only partial though...

Re: Translation / Localization

Posted: Wed Oct 14, 2020 1:29 pm
by yunhoc
Hi This is YH of LGS Korea.

I would like localizate CloudCompare into Korean. Can you give me to donwload TS file ?
I am good at to use QT application,If you only give me TS file It is OK for me.

Regards,
Yun-Ho Chung

Re: Translation / Localization

Posted: Fri Jan 01, 2021 12:58 pm
by jindili
I would like to Localize a Chinese version,

I Found the ts files for translation here:
CloudCompare/qCC/translations at master · CloudCompare/CloudCompare
https://github.com/CloudCompare/CloudCo ... anslations

and a simple version of Qt Linguist which is small (13.1MB only, no need to install the whole Qt development bundle) and up to date(Released within a month)
Releases · thurask/Qt-Linguist
https://github.com/thurask/Qt-Linguist/releases

I test some simple phrase translations in the MainWindow translation context and release to qm file successfully, then copy to translations folder next to CloudCompare.exe and restart CloudCompare, but can't find new entry appear under menu "Display->Language Translation",

Something more I need to do to activate my translation ?

edit 2021.01.02:
I try Override some other translation with the same file name, and it works, the CloudCompare GUI is updated with my translation,
OK, I'll go this way, after translate some more phrases ( at least the MainWindow menu and toolbar ), I'll request a merge on Github.

edit 2021.02.01:
Kind a slow, but finally, I request a merge on GitHub minutes ago.
Add Chinese Translation for CloudCompare by jindili · Pull Request #1392 · CloudCompare/CloudCompare
https://github.com/CloudCompare/CloudCompare/pull/1392
Add Chinese Translation for the Main Window, Almost All Menu Item and Toolbar(Except some plugins) are translated.

Re: Translation / Localization

Posted: Sun Feb 28, 2021 1:23 pm
by dreiländereck
willi wrote: Sat Mar 16, 2019 6:58 pm I want to translate to German but if i try do load the .ts file into QT linguist there is a error info: "Unexpected tag at F:/Cloudcompare/CloudCompare_dt.ts:8:16"
I run in nearly the same problem too. I downloaded the french .ts file, opend it by a text editor and afterwards it works.

If you are interested in, we can work together with the translation. I still have a GitHub account, so we can upload the file easily.

Is there still a blank template for translation?

Re: Translation / Localization

Posted: Fri Mar 05, 2021 7:50 pm
by dreiländereck
I'm in the last steps and control of the german translation. There is still less work necessary. I hope, the the result will be uplaoded to GitHub next week.

Re: Translation / Localization

Posted: Sun Mar 07, 2021 10:49 pm
by dreiländereck
The German translation for the current version has been finished. The translation Strings for the next release of CC has been rolled out and are ready for the translation work.

Re: Translation / Localization

Posted: Tue Mar 30, 2021 3:34 pm
by jindili
Hi daniel,

I just download the 7z format latest alpha version of CloudCompare;
I see the "CloudCompare_chs.qm" file in translations folder, but Chinese language entry is missing from the 'Display > Language translation >',
Please check out.

Re: Translation / Localization

Posted: Wed Mar 31, 2021 7:54 pm
by daniel
Ah, indeed! It's because the country symbol is not the right one. It should be 'zh' and not 'chs'!

I'll fix that. Meanwhile, you can simply rename the 'CloudCompare_chs.qm' file by 'CloudCompare_zh.qm'.