Skip to content

Commit 75d5d23

Browse files
doc: Update translation generation instructions
This is a follow-up of bitcoin#31731. Technically this change fixes the preset configuration execution failure as it needs multiprocess to be enabled, so we disable it using -DWITH_MULTIPROCESS=OFF. This code will need to be updated in PRs bitcoin#31741 and bitcoin#31802.
1 parent e486597 commit 75d5d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/translation_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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 --preset dev-mode -DWITH_USDT=OFF
21+
cmake --preset dev-mode -DWITH_USDT=OFF -DWITH_MULTIPROCESS=OFF
2222
cmake --build build_dev_mode --target translate
2323
```
2424

0 commit comments

Comments
 (0)