summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:33:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:33:05 -0600
commitf0f4a6c0d82ed1ff3275a27dce8069765608ff7f (patch)
treece292fd304647d860b26e7905d552f6d778e1af8 /po
parent59cf4a31556bc4cead6014cc8b9c73d1b93c0c9f (diff)
downloadkdiff3-f0f4a6c0d82ed1ff3275a27dce8069765608ff7f.tar.gz
kdiff3-f0f4a6c0d82ed1ff3275a27dce8069765608ff7f.zip
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'po')
-rw-r--r--po/README4
-rw-r--r--po/createqm2
2 files changed, 3 insertions, 3 deletions
diff --git a/po/README b/po/README
index 6b6c87f..771b254 100644
--- a/po/README
+++ b/po/README
@@ -81,7 +81,7 @@ 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/msg2qm (instead of msgfmt). ($QTDIR/tools/msg2qm)
+(*.qm-files) must be created with $QTDIR/bin/msg2tqm (instead of msgfmt). ($QTDIR/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:
@@ -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/msg2qm kdiff3_de.po kdiff3_de.qm
+ $QTDIR/bin/msg2tqm kdiff3_de.po kdiff3_de.qm
5. The intermediate files can then be deleted.
diff --git a/po/createqm b/po/createqm
index 5fb9e9c..5746c1f 100644
--- a/po/createqm
+++ b/po/createqm
@@ -3,7 +3,7 @@ for i in `cat subdirs` ; do
echo $i
msgmerge --no-fuzzy-matching tdelibspo/tdelibs_$i.po kreplacements.pot >kreplacements_$i.po
msgcat --use-first $i.po kreplacements_$i.po >kdiff3_$i.po
- /usr/lib/qt3/bin/msg2qm kdiff3_$i.po kdiff3_$i.qm
+ /usr/lib/qt3/bin/msg2tqm kdiff3_$i.po kdiff3_$i.qm
rm kdiff3_$i.po kreplacements_$i.po
fi
done