From 5effec8c16af0e3c4cac39bf36bb985be43528c4 Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Sun, 29 Oct 2023 21:43:06 -0500 Subject: [PATCH] Add localized skipLink strings to docs site --- docs/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.html b/docs/index.html index 2eaeb3acb..6c7a3e434 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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 */ ``,