feat: translate comments and logs to English for better accessibility

This commit is contained in:
didavila
2026-03-25 08:44:39 +01:00
parent ad9a957be4
commit 5f34aa2f89
16 changed files with 87 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
/**
* Contadores acumulativos de artefactos generados durante el proceso.
* Cumulative counters of artifacts generated during the process.
*/
export interface GeneratedCount {
models: number;
@@ -10,7 +10,7 @@ export interface GeneratedCount {
}
/**
* Reporte final de generación que se persiste como `generation-report.json`.
* Final generation report persisted as `generation-report.json`.
*/
export interface GenerationReport {
timestamp: string;