mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
doc: update translation generation cmake example
The command only runs on my Mac if we disable USDT which won't affect translation
This commit is contained in:
parent
fd14995b6a
commit
758a93d621
1 changed files with 2 additions and 2 deletions
|
@ -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**
|
||||
|
|
Loading…
Add table
Reference in a new issue