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:
@@ -5,7 +5,7 @@ namespace PalladiumWallet.Tests.Wallet;
|
||||
|
||||
public class CoinAmountTests
|
||||
{
|
||||
// ---- importi validi: tutte le unità ----
|
||||
// ---- valid amounts: all units ----
|
||||
|
||||
[Theory]
|
||||
[InlineData("1", "sat", 1)]
|
||||
@@ -96,7 +96,7 @@ public class CoinAmountTests
|
||||
Assert.False(CoinAmount.TryParseIn("99999999999", "PLM", out _));
|
||||
}
|
||||
|
||||
// ---- unità sconosciuta lancia ArgumentException ----
|
||||
// ---- unknown unit throws ArgumentException ----
|
||||
|
||||
[Theory]
|
||||
[InlineData("banana")]
|
||||
|
||||
Reference in New Issue
Block a user