diff options
author | Timothy Pearson <[email protected]> | 2011-11-08 12:31:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-08 12:31:36 -0600 |
commit | d796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch) | |
tree | 6e3dcca4f77e20ec8966c666aac7c35bd4704053 /tools/linguist/qm2ts/qm2ts.1 | |
download | tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip |
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'tools/linguist/qm2ts/qm2ts.1')
-rw-r--r-- | tools/linguist/qm2ts/qm2ts.1 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tools/linguist/qm2ts/qm2ts.1 b/tools/linguist/qm2ts/qm2ts.1 new file mode 100644 index 000000000..0ea20fd7c --- /dev/null +++ b/tools/linguist/qm2ts/qm2ts.1 @@ -0,0 +1,55 @@ +.TH qm2ts 1 "18 October 2001" "Trolltech AS" \" -*- nroff -*- +.\" +.\" Copyright (C) 2001-2008 Trolltech ASA. All rights reserved. +.\" +.\" This file is part of Qt and may be distributed and used according to +.\" the terms and conditions described in the LICENSE file. +.\" +.SH NAME +qm2ts \- generate Qt Linguist translation files from Qt 2.x message files +.SH SYNOPSIS +.B qm2ts +.RI "[ " options " ] " qm-files +.SH DESCRIPTION +This page documents the +.B Qt Linguist Qm2ts +tool for the Qt GUI toolkit. +.B Qm2ts +converts Qt 2.x message files (.qm files) into source message files +(.ts files). +.PP +The .ts file format is a simple human-readable XML format that can be +used with version control systems if retquired. It is understood by +.B lupdate, +.B lrelease +and +.B Qt Linguist. +.PP +.B qm2ts +is provided to ease porting from the old internationalization +tools +.B (findtr, +.B mergetr +and +.B msg2qm) +to the new ones. It will not accept Qt message files generated by +.B lrelease, +as +.B lrelease +compresses .qm files by stripping unnecessary information for lookup. +.SH OPTIONS +.TP +.I "-help" +Display the usage and exit. +.TP +.I "-verbose" +Explain what is being done. +.TP +.I "-version" +Display the version of +.B qm2ts +and exit. +.SH "SEE ALSO" +.BR http://doc.trolltech.com/i18n.html +.SH AUTHOR +Jasmin Blanchette, Trolltech ASA <[email protected]> |