diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-06-04 09:35:09 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-06-04 09:35:09 (GMT) |
commit | be627ce374da1e192c740a6b59f4bab6b12798c3 (patch) | |
tree | b06ff42b0d629354ab8e548f86247227135af444 /doc/src | |
parent | 1448e19b3613ab7c5498c17c619586d03ec46d18 (diff) | |
parent | a978ce3d7c6f6825e723df2a986ad17c9cb6af31 (diff) | |
download | Qt-be627ce374da1e192c740a6b59f4bab6b12798c3.zip Qt-be627ce374da1e192c740a6b59f4bab6b12798c3.tar.gz Qt-be627ce374da1e192c740a6b59f4bab6b12798c3.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Add a note to the Linguist docs stating XLIFF 1.0 is not supported
remove spurious empty lines in the linguist tools' output
don't use qWarning() - or even qFatal()! - gratuitously.
Styled item view backgrounds in Gtk+
Ensure that we only have one QLayoutStruct struct by renaming the other
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/internationalization/linguist-manual.qdoc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/internationalization/linguist-manual.qdoc b/doc/src/internationalization/linguist-manual.qdoc index 424dec2..4493deb 100644 --- a/doc/src/internationalization/linguist-manual.qdoc +++ b/doc/src/internationalization/linguist-manual.qdoc @@ -252,6 +252,9 @@ can also process Localization Interchange File Format (XLIFF) format files; files in this format typically have file names that end with the \c .xlf suffix. + + \note The minimum supported version for XLIFF format files is + 1.1. XLIFF 1.0 version files are not supported. Pass the \c -help option to \c lupdate to obtain the list of supported options: @@ -962,8 +965,10 @@ application. \o \c .xlf \e {XLIFF files} \BR are human-readable XML files that adhere to the international XML Localization Interchange File Format. \QL - can be used to edit XLIFF files generated by other programs. For standard - Qt projects, however, only the TS file format is used. + can be used to edit XLIFF files generated by other programs. However, for + standard Qt projects, only the TS file format is used. \note The minimum + supported version for XLIFF format files is 1.1. XLIFF 1.0 version files + are not supported. \o QM \e {Qt message files} \BR are binary files that contain translations used by an application at run-time. These files are generated by \l lrelease, but can also be generated by \QL. |