diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-06 09:12:26 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-06 09:12:26 (GMT) |
commit | 34c8022c216f6e298b0b0f8250cdf17688534c5b (patch) | |
tree | dca92c42618bb4c38bb2e0ac70d77598a9c2393d /doc/src/snippets/code | |
parent | c04834ec186f7b2205b52176c11897bfdf8e1395 (diff) | |
parent | 24c89f6d1c090ab670d4f883d06cd0413c2ecc65 (diff) | |
download | Qt-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.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 |