Commit d9553a4
fix(catalog): keep quick-nav aria-label i18n-reactive
The category quick-nav's <nav aria-label> was set only at render time, so
a later language switch left it stale (applyTranslations only updates
elements carrying data-i18n-aria). Add data-i18n-aria="nav.categoryJump"
so the label follows the active language, matching the chips. Addresses
CodeRabbit review on #549.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5ac798c commit d9553a4
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
0 commit comments