docs: translate all code comments to English (language policy)
Translate every Italian /// XML doc comment, <!-- --> XAML comment, and // inline comment to English across all source files (Core, App, tests). Add the language policy to CLAUDE.md (conversation Italian; all code and docs English). Update one test assertion that checked an Italian exception message that was also translated.
This commit is contained in:
@@ -120,7 +120,7 @@ public class WalletLoaderTests
|
||||
var (doc, accountSeed) = WalletLoader.NewFromMnemonic(
|
||||
ValidMnemonic, null, ScriptKind.NativeSegwit, ChainProfiles.Mainnet);
|
||||
|
||||
// Crea documento watch-only rimuovendo la mnemonica
|
||||
// Build a watch-only document by removing the mnemonic.
|
||||
var docWo = new WalletDocument
|
||||
{
|
||||
Network = doc.Network,
|
||||
|
||||
Reference in New Issue
Block a user