summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-06 12:26:51 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-06 12:26:51 (GMT)
commit612a7680e10eb434cd6e09a2165ab1b75efdb72a (patch)
treec0deb1de9b52f466a1d4128094652d8b5e983038 /doc/src/snippets/code
parent94cae67da50d68f70d728a7fb231de89d47263db (diff)
parentf6d9c3f0dd014c409c43150b3a10866f47ea54a6 (diff)
downloadQt-612a7680e10eb434cd6e09a2165ab1b75efdb72a.zip
Qt-612a7680e10eb434cd6e09a2165ab1b75efdb72a.tar.gz
Qt-612a7680e10eb434cd6e09a2165ab1b75efdb72a.tar.bz2
Merge commit 'origin/4.7' into mimir
Diffstat (limited to 'doc/src/snippets/code')
-rw-r--r--doc/src/snippets/code/doc_src_linguist-manual.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/snippets/code/doc_src_linguist-manual.qdoc b/doc/src/snippets/code/doc_src_linguist-manual.qdoc
index db99120..294afe0 100644
--- a/doc/src/snippets/code/doc_src_linguist-manual.qdoc
+++ b/doc/src/snippets/code/doc_src_linguist-manual.qdoc
@@ -92,8 +92,15 @@ Options:
Usage:
lrelease [options] project-file
lrelease [options] ts-files [-qm qm-file]
+
+lrelease is part of Qt's Linguist tool chain. It can be used as a
+stand-alone tool to convert XML-based translations files in the TS
+format into the 'compiled' QM format used by QTranslator objects.
+
Options:
-help Display this information and exit
+ -idbased
+ Use IDs instead of source strings for message keying
-compress
Compress the QM files
-nounfinished
@@ -101,6 +108,9 @@ Options:
-removeidentical
If the translated text is the same as
the source text, do not include the message
+ -markuntranslated <prefix>
+ If a message has no real translation, use the source text
+ prefixed with the given string instead
-silent
Do not explain what is being done
-version