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:
+3
-3
@@ -9,8 +9,8 @@
|
||||
<local:ViewLocator/>
|
||||
</Application.DataTemplates>
|
||||
|
||||
<!-- Design token semantici (colori, raggi, accento brand): definiti per
|
||||
entrambe le varianti chiaro/scuro. Vedi Styles/Theme.axaml. -->
|
||||
<!-- Semantic design tokens (colors, radii, brand accent): defined for
|
||||
both light/dark variants. See Styles/Theme.axaml. -->
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<Application.Styles>
|
||||
<FluentTheme />
|
||||
<!-- Rifiniture di controllo e classi riutilizzabili (sopra a Fluent) -->
|
||||
<!-- Control refinements and reusable classes (on top of Fluent) -->
|
||||
<StyleInclude Source="/Styles/Controls.axaml"/>
|
||||
</Application.Styles>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user