From de1c9422929e72e54ef6257210a76320610c9d95 Mon Sep 17 00:00:00 2001 From: Rene Arredondo <120709323+Rene0422@users.noreply.github.com> Date: Fri, 15 May 2026 01:24:42 -0700 Subject: [PATCH] :bug: Use copia not copiar for Spanish duplicate-suffix (#9671) --- CHANGES.md | 1 + frontend/translations/es.po | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 171089716c..570bf5e660 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,7 @@ - Fix MCP SSE sessions leaking memory on zombie connections by adding inactivity timeout parity with Streamable HTTP sessions (by @bitloi) [Github #9432](https://github.com/penpot/penpot/issues/9432) - Fix missing `labels.open` translation (by @MilosM348) [Github #9320](https://github.com/penpot/penpot/pull/9320) - Fix two plugin error i18n keys broken by leading whitespace before `msgid` in `en.po` (by @MilosM348) +- Use the noun "copia" instead of the verb "copiar" as the Spanish duplicate-suffix when duplicating design tokens [Github #9623](https://github.com/penpot/penpot/issues/9623) - Harden Nginx responses with standard security headers and hide upstream `X-Powered-By` headers - Expose Source Sans Pro semibold (weight 600) variants in the builtin fonts list, matching the bundled font assets and CSS @font-face declarations [Github #7378](https://github.com/penpot/penpot/issues/7378) - Fix plugin API `shape.fills` and `shape.strokes` arrays being read-only [Github #8357](https://github.com/penpot/penpot/issues/8357) diff --git a/frontend/translations/es.po b/frontend/translations/es.po index b4c1b872a0..49061bc709 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -8097,7 +8097,7 @@ msgstr "Copiar ruta de token" #: src/app/main/data/workspace/tokens/library_edit.cljs:240, src/app/main/data/workspace/tokens/library_edit.cljs:509 msgid "workspace.tokens.duplicate-suffix" -msgstr "copiar" +msgstr "copia" #: src/app/main/ui/workspace/tokens/management/context_menu.cljs:337 msgid "workspace.tokens.edit"