Skip to content

Commit c9186a6

Browse files
authored
feat: Mark Polish translation as complete (#3191)
feat: Mark polish translation as complete
1 parent f3f5194 commit c9186a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .vitepress/config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,11 @@ export default defineConfigWithTheme<ThemeConfig>({
710710
text: '繁體中文',
711711
repo: 'https://github.com/vuejs-translations/docs-zh-hk'
712712
},
713+
{
714+
link: 'https://pl.vuejs.org',
715+
text: 'Polski',
716+
repo: 'https://github.com/vuejs-translations/docs-pl',
717+
},
713718
{
714719
link: '/translations/',
715720
text: 'Help Us Translate!',

Diff for: src/translations/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ aside: false
1919
- [Русский / Russian](https://ru.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ru)]
2020
- [Čeština / Czech](https://cs.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-cs)]
2121
- [繁體中文 / Traditional Chinese](https://zh-hk.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-zh-hk)]
22+
- [Polski / Polish](https://pl.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-pl)]
2223

2324
## Work in Progress Languages {#work-in-progress-languages}
2425

2526
- [العربية / Arabic](https://ar.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ar)]
2627
- [Español / Spanish](https://vue3-spanish-docs.netlify.app/) [[source](https://github.com/icarusgk/vuejs-spanish-docs)]
2728
- [Deutsch / German](https://de.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-de)]
28-
- [Polski / Polish](https://pl.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-pl)]
2929

3030
## Starting a new Translation {#starting-a-new-translation}
3131

0 commit comments

Comments
 (0)