Skip to content

Commit 50e6b4a

Browse files
kkoehneQt Cherry-pick Bot
authored andcommitted
Doc: Fix snippet showing -extensions usage for lupdate
Task-number: QTBUG-127352 Pick-to: 6.7 Change-Id: I5bb2e49b0b90da9c50b1eee00d77b9533e5379bb Reviewed-by: Leena Miettinen <[email protected]> (cherry picked from commit a0b6f24) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
1 parent 54e5fa6 commit 50e6b4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/linguist/linguist/doc/src/linguist-manual.qdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,11 @@
412412
lupdate application.qrc -ts myapp_en.ts
413413
\endcode
414414

415-
To process all QML files without using a \c .qrc file:
415+
To process all QML files in the current working directory (or its subfolders)
416+
without using a \c .qrc file:
416417

417418
\badcode
418-
lupdate -extensions qml -ts myapp_en.ts
419+
lupdate . -extensions qml -ts myapp_en.ts
419420
\endcode
420421

421422
To check for translatable strings in both QML and C++ source files:

0 commit comments

Comments
 (0)