From c04c648efaddb791719593292271761ddb9a9948 Mon Sep 17 00:00:00 2001 From: Szymon Licau Date: Fri, 7 Mar 2025 10:07:39 +0100 Subject: [PATCH] feat: Mark polish translation as complete --- .vitepress/config.ts | 5 +++++ src/translations/index.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index db486dedfb..d0e4187d1b 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -710,6 +710,11 @@ export default defineConfigWithTheme({ text: '繁體中文', repo: 'https://github.com/vuejs-translations/docs-zh-hk' }, + { + link: 'https://pl.vuejs.org', + text: 'Polski', + repo: 'https://github.com/vuejs-translations/docs-pl', + }, { link: '/translations/', text: 'Help Us Translate!', diff --git a/src/translations/index.md b/src/translations/index.md index 09e9ad2d86..e5a84c5298 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -19,13 +19,13 @@ aside: false - [Русский / Russian](https://ru.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ru)] - [Čeština / Czech](https://cs.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-cs)] - [繁體中文 / Traditional Chinese](https://zh-hk.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-zh-hk)] +- [Polski / Polish](https://pl.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-pl)] ## Work in Progress Languages {#work-in-progress-languages} - [العربية / Arabic](https://ar.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ar)] - [Español / Spanish](https://vue3-spanish-docs.netlify.app/) [[source](https://github.com/icarusgk/vuejs-spanish-docs)] - [Deutsch / German](https://de.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-de)] -- [Polski / Polish](https://pl.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-pl)] ## Starting a new Translation {#starting-a-new-translation}