🐛 Fix missing labels.open i18n key surfacing raw key as aria-label (#9320)

This commit is contained in:
Milos Milic 2026-05-06 17:39:26 +02:00 committed by Francis Santiago
parent 4f172afce5
commit e61d512889
2 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,7 @@
- Fix tooltip appearing two times when nested elements [Github #9031](https://github.com/penpot/penpot/issues/9031)
- Fix broken update library notification link in the UI [Github #9070](https://github.com/penpot/penpot/issues/9070)
- Fix plugin API `ShapeBase.component()` returning the outermost component instead of the immediate component in case of nested component instances [Github #9183](https://github.com/penpot/penpot/issues/9183)
- Fix missing `labels.open` translation that surfaced the raw key as the typography font open-button `aria-label`, breaking screen-reader output (by @MilosM348)
## 2.15.0 (Unreleased)

View File

@ -2948,6 +2948,10 @@ msgstr "Old password"
msgid "labels.only-yours"
msgstr "Only yours"
#: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:698
msgid "labels.open"
msgstr "Open"
#: src/app/main/ui/comments.cljs:911, src/app/main/ui/comments.cljs:976, src/app/main/ui/workspace/palette.cljs:199, src/app/main/ui/workspace/sidebar/options/menus/blur.cljs:107, src/app/main/ui/workspace/sidebar/options/menus/component.cljs:906, src/app/main/ui/workspace/sidebar/options/menus/frame_grid.cljs:155, src/app/main/ui/workspace/sidebar/options/menus/frame_grid.cljs:213, src/app/main/ui/workspace/sidebar/options/menus/frame_grid.cljs:294, src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs:402, src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs:1031, src/app/main/ui/workspace/sidebar/options/menus/text.cljs:316, src/app/main/ui/workspace/sidebar/options/menus/text.cljs:345, src/app/main/ui/workspace/sidebar/options/rows/shadow_row.cljs:146
msgid "labels.options"
msgstr "Options"