Merge f236854a5b into merged_master (Bitcoin PR bitcoin/bitcoin#31731)

This commit is contained in:
ivanlele 2026-04-16 12:09:39 +00:00
commit a207dedc19
No known key found for this signature in database

View file

@ -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**