Page 1 of 1
language question for development
Posted: Tue May 15, 2018 12:10 pm
by jurgen69
I once took a good look at the structure of mxlinux, but I wonder why are the languages (for editing in a format like .qm, I wonder.
why I ask that (to change them) I have seen a round and do not know what to think, but they refer to Nokia Lol ..
my question now is, how do you edit these files and what is the best released program
Re: language question for development
Posted: Tue May 15, 2018 12:17 pm
by jurgen69
is this the kit to handle does files (this is not free) what the hell do this inside a linux structure this is copyright file access inside open source
https://www.qt.io/
Re: language question for development
Posted: Tue May 15, 2018 12:45 pm
by Richard
Re: language question for development
Posted: Tue May 15, 2018 12:53 pm
by jurgen69
personal thinking , i think that you can better open this files in a windows product than in a linux product , there are better programs and alot easy than in linux (that is totally crapp to handle this files ...
Re: language question for development
Posted: Tue May 15, 2018 2:55 pm
by fehlix
Qt's development environement QT-Creator (IDE) comes also open source.
You can use it for free. You can create and edit qm-translation files with the QT-Creator IDE.
You can install qtcreator as part of "QT5 Development Environment"
from with MXPI (MX Package Installer)
If you need simply to edit exiting qm-file (qt compile translation files)
you can simply convert them like this:
Code: Select all
lconvert -i compiled_qt_translations.qm -o Qt_translation_sources.ts
You can open and edit the sources.ts file with any text-editor.

Re: language question for development
Posted: Tue May 15, 2018 3:01 pm
by dolphin_oracle
history lesson: Nokia once owned Qt when they purchased Trolltech.
Most, but not all, of the Qt MX apps are developed inside of Qt Creator.
Re: language question for development
Posted: Tue May 15, 2018 3:09 pm
by stsoh
jurgen69 wrote: ↑Tue May 15, 2018 12:53 pm...... there are better programs and alot easy than in linux....
what are your recommendations??