summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-10-04 14:17:55 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-10-04 14:17:55 (GMT)
commit1a1567964cb78ea966c3b856091def5c77863486 (patch)
treeb635cd4475494052a2d92115340c994314f226cc /doc/src/snippets/code
parent8540ceb8c98fa225394385b6147b662adb67b58c (diff)
parent3ea28c383846a4af67ddd0c7d33dad0537a9972e (diff)
downloadQt-1a1567964cb78ea966c3b856091def5c77863486.zip
Qt-1a1567964cb78ea966c3b856091def5c77863486.tar.gz
Qt-1a1567964cb78ea966c3b856091def5c77863486.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team 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