diff --git a/doc/translation_process.md b/doc/translation_process.md index f4f0add54ff..aeb223e0a08 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -18,8 +18,8 @@ We use automated scripts to help extract translations in both Qt, and non-Qt sou To automatically regenerate the `bitcoin_en.ts` file, run the following commands: ```sh -cmake -B build --preset dev-mode -DWITH_BDB=ON -DBUILD_GUI=ON -cmake --build build --target translate +cmake --preset dev-mode -DWITH_USDT=OFF +cmake --build build_dev_mode --target translate ``` **Example Qt translation**