diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-14 12:21:07 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-14 12:21:07 (GMT) |
commit | 6fa7d094f5250c8f8ceb77453280c79b2d227fad (patch) | |
tree | bc7bc4486962bb4212c4937fa60ee14f43284f2d /doc/src/snippets/code | |
parent | 305a764f1db228a49a94a86fabbb5d6b3aa3f8c4 (diff) | |
parent | f103ad276181090da8c70bd29f4474ea7657e03f (diff) | |
download | Qt-6fa7d094f5250c8f8ceb77453280c79b2d227fad.zip Qt-6fa7d094f5250c8f8ceb77453280c79b2d227fad.tar.gz Qt-6fa7d094f5250c8f8ceb77453280c79b2d227fad.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.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 |