summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-03-19 14:06:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-19 16:54:21 +0000
commita2c57977f382d10ec940f0547a387dd9acf44074 (patch)
tree3e4d4b2fc635802139292a4fb6b8c5eeef85cdf4
parent1146b533436470753f63dfdd5a1057d59f982778 (diff)
Documentation: Update the list of file formats supported by lupdate
Pick-to: 6.5 Change-Id: I592b8d8247df86dfd3b5e28956de5150259e8f6e Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit d8b0224fbfb6e9a3845c19e4ccdce2586d487884) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 165dfa016647600c7bd198eb787acbe4b7499df5)
-rw-r--r--src/linguist/linguist/doc/src/linguist-manual.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/linguist/linguist/doc/src/linguist-manual.qdoc b/src/linguist/linguist/doc/src/linguist-manual.qdoc
index fe557048e..9309f5cc7 100644
--- a/src/linguist/linguist/doc/src/linguist-manual.qdoc
+++ b/src/linguist/linguist/doc/src/linguist-manual.qdoc
@@ -184,8 +184,9 @@
\title Using lupdate
- The \c lupdate command line tool finds translatable strings in source,
- header, and UI files and generates or updates TS files.
+ The \c lupdate command line tool finds translatable strings in C++ source,
+ C++ header, Java, Python, QML, and UI files and generates or updates TS
+ files.
When building with qmake, specify the files to process at the command line
or in a .pro file.