Skip to content

Commit 758a93d

Browse files
committed
doc: update translation generation cmake example
The command only runs on my Mac if we disable USDT which won't affect translation
1 parent fd14995 commit 758a93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/translation_process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ We use automated scripts to help extract translations in both Qt, and non-Qt sou
1818

1919
To automatically regenerate the `bitcoin_en.ts` file, run the following commands:
2020
```sh
21-
cmake -B build --preset dev-mode -DWITH_BDB=ON -DBUILD_GUI=ON
22-
cmake --build build --target translate
21+
cmake --preset dev-mode -DWITH_USDT=OFF
22+
cmake --build build_dev_mode --target translate
2323
```
2424

2525
**Example Qt translation**

0 commit comments

Comments
 (0)