mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 18:44:59 +01:00
doc: Update translation generation instructions
This is a follow-up of #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 #31741 and #31802.
This commit is contained in:
parent
e486597f9a
commit
75d5d235a6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
To automatically regenerate the `bitcoin_en.ts` file, run the following commands:
|
||||||
```sh
|
```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
|
cmake --build build_dev_mode --target translate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue