feat: translate comments and logs to English for better accessibility
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user