Open YiannisBourkelis opened 7 years ago
Dear @YiannisBourkelis, I'm downloading the Qt and starting the translate for Portuguese-Brasil.
If I having any problem I contact you.
Best Regards
Great!
Dear Yiannis, how are you?
I finish the translate of file Andama_pt.ts, I'm sending in attach. You publish in Github? How I publish in Github?
You can compile an executable for testing?
How I can compile and executable? How the better platform, Windows, Linux or Mac? I compile with Qt?
Best Regards
Em 27-03-2017 10:30, YiannisBourkelis escreveu:
@marcelodias1806 https://github.com/marcelodias1806, here you can find a guide for the translation of Andama in Portuguese: http://www.andama.org/translation-guide
The name of the language file is Andama_pt.ts, located under https://github.com/YiannisBourkelis/Andama-Remote-Desktop/blob/develop/src/Andama/Andama_pt.ts
Open this file using Qt Linguist to translate it from English to Portuguese.
If you require any further information, let me know
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/YiannisBourkelis/Andama-Remote-Desktop/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AZRtfwGRo4bz_BPZFUSnLO9tLw4oNopIks5rp7nngaJpZM4MqREZ.
Hi @marcelodias1806 , yes upload the Andama_pt.ts and I will merge it to the branch. Use the GitHub web interface because replying to the email with attachment might not include it.
It is easier to compile Andama on Windows or Linux. What do you prefer? I will give you instructions on how to do it so that you can also test the translation.
On Linux it is a little bit easier to compile Andama because you do not need to install Qt.
@YiannisBourkelis Where do I upload the translation files? I've already tried everything here and did not find it.
@marcelodias1806 send me an email with the translation files and I will merge it
Dear @YiannisBourkelis
I'm trying compiling the Andama Desktop project in my Mac, but show the following errors, I'm searching for this errors since 20/05/2019 but I can't solve this. You can help me for this errors?
Beste Regards
What would your operating system recommendation (CentOS, Ubuntu, Debian, Windows 10 or Mac?), Qt and additional libraries be so I can compile Andama Desktop?
I did all the translation of Andama Desktop to Portuguese from Brazil, I wanted to test, check the errors, compile here and tell you to put in the project.
Dear, I can compile the Andama in Ubuntu, I'm testing the translation for the Andama, later I send to you.
@marcelodias1806 thanks for testing! I have tested compiling andama on Windows, OSX and Linux (Debian, raspbian, Ubuntu and CentOS) successfully. If you can compile in Ubuntu and test we are ok!
@marcelodias1806 usually these errors on OSX appear when older versions of Qt are installed. Install the latest and make sure you are in the develop branch and should compile fine.
@YiannisBourkelis for this moment I will use Ubuntu to compile, I want to make all the translation adjustments ok first, then I will do it on Windows, MacOS and Raspberry.
@YiannisBourkelis I did all the translation using Qt Linguist, I put it in the project, but when compiling it is still showing up with the English version. Should I perform some other procedure? Should I do some additional code tuning? How can I compile it and run it with the language I translated? I changed it to the form in Qt Creator and it still compiles in English.
@YiannisBourkelis I did all the translation using Qt Linguist, I put it in the project, but when compiling it is still showing up with the English version. Should I perform some other procedure? Should I do some additional code tuning? How can I compile it and run it with the language I translated? I changed it to the form in Qt Creator and it still compiles in English.
@marcelodias1806 just send a merge request and I will insert the translation for you.
@marcelodias1806 to see the translation in the app, you should add the translation inside the resources.qrc and then inside main.cpp, on line 135 change the line //lang = "ru"; to your language file code, something like: lang = "pt";
@marcelodias1806, here you can find a guide for the translation of Andama in Portuguese: http://www.andama.org/translation-guide
The name of the language file is Andama_pt.ts, located under https://github.com/YiannisBourkelis/Andama-Remote-Desktop/blob/develop/src/Andama/Andama_pt.ts
Open this file using Qt Linguist to translate it from English to Portuguese.
If you require any further information, let me know