diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-10-04 14:17:55 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-10-04 14:17:55 (GMT) |
commit | 1a1567964cb78ea966c3b856091def5c77863486 (patch) | |
tree | b635cd4475494052a2d92115340c994314f226cc /doc/src/snippets/code | |
parent | 8540ceb8c98fa225394385b6147b662adb67b58c (diff) | |
parent | 3ea28c383846a4af67ddd0c7d33dad0537a9972e (diff) | |
download | Qt-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.qdoc | 10 |
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 |