docs(cli): translate console output and comments to English
The CLI printed all wallet/sync/send output, error messages and usage text in Italian by design; per the project's language policy (code, comments and docs are English-only, Italian is reserved for user conversation) this was a design mismatch, not a documented feature. Translated every user-facing string and the file's Italian comments, and updated USERGUIDE.md §17 to match.
This commit is contained in:
+1
-1
@@ -705,7 +705,7 @@ no hardware wallets, no Tor, GUI mainnet-only, and PSBT export only via the CLI.
|
||||
## 17. Command-line interface (CLI)
|
||||
|
||||
The CLI (`src/Cli`) runs on the same core as the GUI: same wallet files, same validation,
|
||||
same security. It is desktop-only and its console output is currently in Italian. Run it
|
||||
same security. It is desktop-only and its console output is in English. Run it
|
||||
as `dotnet run --project src/Cli -- <command>` from the repository (or the published `Cli`
|
||||
binary); with no arguments it prints usage.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user