summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:15 +0900
commitbcbc4cad354c554b4c240a50a0828c2f54819245 (patch)
tree5880d55f25ced8addec297ea2af17265f61e260e /po
parente5650b540c7a5f17a0147aed0d8ad71bdffca41f (diff)
downloadkdiff3-bcbc4cad354c554b4c240a50a0828c2f54819245.tar.gz
kdiff3-bcbc4cad354c554b4c240a50a0828c2f54819245.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'po')
-rw-r--r--po/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/po/README b/po/README
index 771b254..7a55918 100644
--- a/po/README
+++ b/po/README
@@ -81,12 +81,12 @@ This was the explanation for translations within KDE.
But KDiff3 can also be compiled and run without KDE:
Since Qt was used for KDiff3, the first part is quite the same: Only the fast lookup-table
-(*.qm-files) must be created with $QTDIR/bin/msg2tqm (instead of msgfmt). ($QTDIR/tools/msg2tqm)
+(*.qm-files) must be created with $TQTDIR/bin/msg2tqm (instead of msgfmt). ($TQTDIR/tools/msg2tqm)
Still one detail isn't right: Some strings are not translated, because under KDE their
translation is within KDE-libs or within Qt. But the translations are available:
-For Qt-strings in $QTDIR/translations (already as .qm-files)
+For Qt-strings in $TQTDIR/translations (already as .qm-files)
For KDE-libs in the SVN-repository, where we can reuse the previous trick to get
all tdelibs*.po-files:
@@ -126,7 +126,7 @@ about how to extract only the needed strings and to create the qm-files.
msgcat --use-first de.po kreplacements_de.po >kdiff3_de.po
4. Finally create the fast lookup table:
- $QTDIR/bin/msg2tqm kdiff3_de.po kdiff3_de.qm
+ $TQTDIR/bin/msg2tqm kdiff3_de.po kdiff3_de.qm
5. The intermediate files can then be deleted.