diff --git a/doc/translation_process.md b/doc/translation_process.md index aeb223e0a08..429e92b2b32 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -18,7 +18,7 @@ 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 --preset dev-mode -DWITH_USDT=OFF +cmake --preset dev-mode -DWITH_USDT=OFF -DWITH_MULTIPROCESS=OFF cmake --build build_dev_mode --target translate ```