Skip to content

Commit

Permalink
Add localized skipLink strings to docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Oct 30, 2023
1 parent 965aa88 commit 5effec8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
},
pathNamespaces: ['/es', '/de-de', '/ru-ru', '/zh-cn'],
},
skipLink: {
'/es/': 'Saltar al contenido principal',
'/de-de/': 'Ga naar de hoofdinhoud',
'/ru-ru/': 'Перейти к основному содержанию',
'/zh-cn/': '跳到主要内容',
},
vueComponents: {
'button-counter': {
template: /* html */ `<button @click="count += 1">You clicked me {{ count }} times</button>`,
Expand Down

0 comments on commit 5effec8

Please sign in to comment.