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,4 +1,4 @@
/** Traduce un tipo primitivo de OpenAPI/Swagger al equivalente TypeScript. */
/** Translates a primitive OpenAPI/Swagger type to its TypeScript equivalent. */
export function mapSwaggerTypeToTs(type?: string): string {
if (!type) return 'unknown';