Files
logseq/src/resources
scheinriese ac96e59db6 fix(asset-picker): translate Avatar/Image segmented-control aria-label
The asset-picker's segmented control toggling between Avatar and Image
modes carried a hardcoded English `:aria-label "Icon rendering mode"`.
Every other aria-label in this file goes through `(t :icon.*)`; this
one was missed. The two option labels were already translated
(`:icon.asset-mode/avatar` / `:icon.asset-mode/image`) — only the
group label was bare.

Add `:icon.asset-mode/picker-aria-label "Asset type"` (en) / "资产类型"
(zh-cn), mirroring the existing `:icon.color/picker-aria-label`
convention.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-22 14:02:45 +02:00
..