Skip to content

fix(i18n): update Spanish translation #13145

fix(i18n): update Spanish translation

fix(i18n): update Spanish translation #13145

Triggered via pull request July 15, 2026 14:40
Status Success
Total duration 4m 31s
Artifacts

ci.yml

on: pull_request
🔠 Lint project
48s
🔠 Lint project
💪 Type check
1m 44s
💪 Type check
🧪 Unit tests
1m 21s
🧪 Unit tests
🧪 Component tests
2m 35s
🧪 Component tests
🖥️ Browser tests
4m 22s
🖥️ Browser tests
🧹 Unused code check
59s
🧹 Unused code check
🌐 i18n validation
40s
🌐 i18n validation
Matrix: ♿ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): server/utils/docs/client.ts#L107
Unexpected dangling '_' in '`_data`'.
eslint(no-underscore-dangle): cli/src/server.ts#L15
Unexpected dangling '_' in '`_endpointCheck`'.
eslint(no-underscore-dangle): uno-preset-rtl.ts#L81
Unexpected dangling '_' in '`_v`'.
eslint(no-underscore-dangle): scripts/generate-fixtures.ts#L216
Unexpected dangling '_' in '`_rev`'.
eslint(no-underscore-dangle): scripts/generate-fixtures.ts#L215
Unexpected dangling '_' in '`_id`'.
unicorn(consistent-function-scoping): test/nuxt/components/Header/MobileMenu.spec.ts#L27
Function `mountMenu` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): test/nuxt/components/Package/LikeCard.spec.ts#L13
Function `mountLikeCard` does not capture any variables from its parent scope
unicorn(prefer-add-event-listener): app/components/Brand/Customize.vue#L88
Prefer `addEventListener()` over their `on`-function counterparts.
unicorn(prefer-add-event-listener): app/components/Brand/Customize.vue#L86
Prefer `addEventListener()` over their `on`-function counterparts.
oxc(no-map-spread): shared/utils/download-chart-last-label.ts#L99
Spreading to modify object properties in `map` calls is inefficient