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,6 +1,6 @@
/**
* Resultado del análisis de un archivo OpenAPI/Swagger.
* Contiene las estructuras crudas extraídas del spec para su posterior procesamiento.
* Result of parsing an OpenAPI/Swagger file.
* Contains the raw structures extracted from the spec for further processing.
*/
export interface SwaggerAnalysis {
tags: unknown[];