Commit graph

59 commits

Author SHA1 Message Date
Ivailo Monev
bbcaa27c28 rebrand messages in QDeclarativeUtilModule::defineModule()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-29 18:05:24 +02:00
Ivailo Monev
6e362c8018 update POT files [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-27 06:31:16 +00:00
Ivailo Monev
b07da8fed4 POT files update
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-24 16:53:24 +00:00
Ivailo Monev
d55287babc verify that file is ELF in qt_unix_query()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-15 15:49:21 +00:00
Ivailo Monev
1b2931ab2e update POT files
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-15 11:24:27 +00:00
Ivailo Monev
2f5ef87fb1 drop command line parser classes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-09 05:01:56 +00:00
Ivailo Monev
67b114be9c do not translate error codes in qt_error_string()
strerror()/strerror_r() should do translate it depending on the system
locale

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-11-29 04:03:08 +00:00
Ivailo Monev
59a37e52e4 rework the translation related functions
this is both step back (in terms of plural support) and step forward
(in terms of missuse of QApplication::translate()) but it has to be done
to make the API somewhat sensible. note that plural forms emulation via
QString.arg() is already done in some places and
QApplication::translate() is used somewhere where it should not be. in a
nutshell, if your code does not compile it probably needs more than a
build fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-11-29 02:00:49 +00:00
Ivailo Monev
7d416a25b0 remove translations, provide POT files
many translations are bogus now and have to be reviewed thus
translations will be done anew

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-11-28 20:42:34 +00:00