From 758a93d6215c2fa4799741d721e610a8a7214c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc?= Date: Fri, 24 Jan 2025 13:39:53 +0100 Subject: [PATCH] doc: update translation generation cmake example The command only runs on my Mac if we disable USDT which won't affect translation --- doc/translation_process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/translation_process.md b/doc/translation_process.md index f4f0add54ff..aeb223e0a08 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -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**