Authentication failed in Qt Installer
-
Good morning
I've been trying for a few days to install the Qt environment on my PC and I can't.
I first solved the difficulties to create a Qt account as a simple amateur and not affiliated with any company, which among other things allowed me to connect to this forum.
I downloaded the self-installation software "qt-unified-windows-x64-4.6.0-online.exe" and I find myself unable to connect to validate the rest of the program.
I get the error message "Authentication failed" even though I use the identifiers that I currently use for this forum (email address and password).
Thank you for your help, knowing that my initial wish is above all to be able to edit ".qm" language files to translate software.Dennis
-
Hi and welcome to devnet,
On which version of Windows are you running ?
Did you retry after connecting to the forum ? (Just in case there was some activation delay which I doubt though). -
Hi and welcome to devnet,
On which version of Windows are you running ?
Did you retry after connecting to the forum ? (Just in case there was some activation delay which I doubt though). -
Hi
After a few tries and others I finally asked for a change of password and at this time I received an activation confirmation email which, once launched, allowed me to find everything in order.
I can therefore launch the self-installation software which launches in my French language.
I renew my previous question N°2 which is: "how to edit a language file in '.qm' format in order to francize a software, knowing that this is why I embarked on the Qt adventure.
I read on various Forums that the only software capable of editing '.qm' language files is in the Qt environment but nowhere is it indicated which part of the software suite allows this editing.
Cordially
-
Hi
After a few tries and others I finally asked for a change of password and at this time I received an activation confirmation email which, once launched, allowed me to find everything in order.
I can therefore launch the self-installation software which launches in my French language.
I renew my previous question N°2 which is: "how to edit a language file in '.qm' format in order to francize a software, knowing that this is why I embarked on the Qt adventure.
I read on various Forums that the only software capable of editing '.qm' language files is in the Qt environment but nowhere is it indicated which part of the software suite allows this editing.
Cordially
@Need74 You translate ts files, not qm. See https://doc.qt.io/qt-5/linguist-translators.html
-
@Need74 You translate ts files, not qm. See https://doc.qt.io/qt-5/linguist-translators.html
What @jsulm said: You typically edit and work with
.ts
files..qm
files are just a binary compressed version of.ts
files, optimized to be loaded at runtime.Anyhow, for completeness: You can actually convert
.qm
files to other file formats with the help of thelconvert
command line tool.