From 239262a7a3e6af07055f0bacf1061f8e0ae89f48 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Sat, 31 Aug 2024 10:02:54 +0200 Subject: [i18nIgnore] docs: fix a few links with inconsistent locale (#2266) Co-authored-by: liruifengv --- docs/package.json | 2 +- docs/src/content/docs/ja/resources/plugins.mdx | 2 +- docs/src/content/docs/pt-pt/resources/plugins.mdx | 2 +- docs/src/content/docs/zh-cn/guides/components.mdx | 8 ++++---- pnpm-lock.yaml | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/package.json b/docs/package.json index 53420880..7eafbf4a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "pa11y-ci": "^3.0.1", - "starlight-links-validator": "^0.9.0", + "starlight-links-validator": "^0.11.0", "start-server-and-test": "^2.0.4" } } diff --git a/docs/src/content/docs/ja/resources/plugins.mdx b/docs/src/content/docs/ja/resources/plugins.mdx index 969b6650..a1112eff 100644 --- a/docs/src/content/docs/ja/resources/plugins.mdx +++ b/docs/src/content/docs/ja/resources/plugins.mdx @@ -17,7 +17,7 @@ Starlight向けのプラグインやツールを作成しましたか?この diff --git a/docs/src/content/docs/pt-pt/resources/plugins.mdx b/docs/src/content/docs/pt-pt/resources/plugins.mdx index 2f57c344..d9f80602 100644 --- a/docs/src/content/docs/pt-pt/resources/plugins.mdx +++ b/docs/src/content/docs/pt-pt/resources/plugins.mdx @@ -19,7 +19,7 @@ Estenda o seu site com os plugins oficiais suportados pela equipa Starlight e co diff --git a/docs/src/content/docs/zh-cn/guides/components.mdx b/docs/src/content/docs/zh-cn/guides/components.mdx index fcdcfec9..f998a043 100644 --- a/docs/src/content/docs/zh-cn/guides/components.mdx +++ b/docs/src/content/docs/zh-cn/guides/components.mdx @@ -237,9 +237,9 @@ import { LinkCard } from '@astrojs/starlight/components'; import { LinkButton } from '@astrojs/starlight/components'; -Get started +开始使用 - Related: Astro + 相关内容:Astro ``` @@ -247,9 +247,9 @@ import { LinkButton } from '@astrojs/starlight/components'; import { LinkButton } from '@astrojs/starlight/components'; -Get started +开始使用 - Related: Astro + 相关内容:Astro ### 旁白 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 840edd04..084b3e45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,8 +64,8 @@ importers: specifier: ^3.0.1 version: 3.0.1 starlight-links-validator: - specifier: ^0.9.0 - version: 0.9.0(@astrojs/starlight@packages+starlight)(astro@4.10.2) + specifier: ^0.11.0 + version: 0.11.0(@astrojs/starlight@packages+starlight)(astro@4.10.2) start-server-and-test: specifier: ^2.0.4 version: 2.0.4 @@ -6818,8 +6818,8 @@ packages: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} dev: true - /starlight-links-validator@0.9.0(@astrojs/starlight@packages+starlight)(astro@4.10.2): - resolution: {integrity: sha512-DJQDncEJBuuguPHJKP/SMmYdToWCFeEpZuRV5z9Qqgif3njJiF7dBRDAFdNIM2TCNADAZdseMOcR0iUpnvvjLQ==} + /starlight-links-validator@0.11.0(@astrojs/starlight@packages+starlight)(astro@4.10.2): + resolution: {integrity: sha512-7mKiP0xAS8ItKy8QAIkmeNYbzI4w0WD0pOYoTPa1xMNbz+qYr/QWT+a40QO/Z2XYJLzzQn47yomupUfI89wheg==} engines: {node: '>=18.14.1'} peerDependencies: '@astrojs/starlight': '>=0.15.0' -- cgit