From 9487eda315198cebfd9dcb1721284950dc0bad10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alois=20Se=C4=8Dk=C3=A1r?= Date: Thu, 28 Mar 2024 20:13:12 +0100 Subject: [PATCH] feat: czech translation --- .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 7d558ecf44..37bc33c2df 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -674,6 +674,11 @@ export default defineConfigWithTheme({ text: 'فارسی', repo: 'https://github.com/vuejs-translations/docs-fa' }, + { + link: 'https://cs.vuejs.org', + text: 'Čeština', + repo: 'https://github.com/vuejs-translations/docs-cs' + }, { link: '/translations/', text: 'Help Us Translate!', diff --git a/src/translations/index.md b/src/translations/index.md index f7fe3aac01..511c5bdba9 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -16,10 +16,10 @@ aside: false - [বাংলা / Bengali](https://bn.vuejs.org) [[source](https://github.com/vuejs-translations/docs-bn)] - [Italiano / Italian](https://it.vuejs.org) [[source](https://github.com/vuejs-translations/docs-it)] - [فارسی / Persian](https://fa.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fa)] +- [Čeština / Czech](https://cs.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-cs)] ## Work in Progress Languages {#work-in-progress-languages} -- [Čeština / Czech](https://cs.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-cs)] - [العربية / Arabic](https://ar.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ar)] ## Starting a new Translation {#starting-a-new-translation}