summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-06 09:12:26 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-06 09:12:26 (GMT)
commit34c8022c216f6e298b0b0f8250cdf17688534c5b (patch)
treedca92c42618bb4c38bb2e0ac70d77598a9c2393d /doc/src/snippets/code
parentc04834ec186f7b2205b52176c11897bfdf8e1395 (diff)
parent24c89f6d1c090ab670d4f883d06cd0413c2ecc65 (diff)
downloadQt-34c8022c216f6e298b0b0f8250cdf17688534c5b.zip
Qt-34c8022c216f6e298b0b0f8250cdf17688534c5b.tar.gz
Qt-34c8022c216f6e298b0b0f8250cdf17688534c5b.tar.bz2
Merge commit 'doc-team/4.7' into 4.7
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