File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -710,6 +710,11 @@ export default defineConfigWithTheme<ThemeConfig>({
710
710
text : '繁體中文' ,
711
711
repo : 'https://github.com/vuejs-translations/docs-zh-hk'
712
712
} ,
713
+ {
714
+ link : 'https://pl.vuejs.org' ,
715
+ text : 'Polski' ,
716
+ repo : 'https://github.com/vuejs-translations/docs-pl' ,
717
+ } ,
713
718
{
714
719
link : '/translations/' ,
715
720
text : 'Help Us Translate!' ,
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ aside: false
19
19
- [ Русский / Russian] ( https://ru.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-ru )]
20
20
- [ Čeština / Czech] ( https://cs.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-cs )]
21
21
- [ 繁體中文 / 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 )]
22
23
23
24
## Work in Progress Languages {#work-in-progress-languages}
24
25
25
26
- [ العربية / Arabic] ( https://ar.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-ar )]
26
27
- [ Español / Spanish] ( https://vue3-spanish-docs.netlify.app/ ) [[ source] ( https://github.com/icarusgk/vuejs-spanish-docs )]
27
28
- [ 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 )]
29
29
30
30
## Starting a new Translation {#starting-a-new-translation}
31
31
You can’t perform that action at this time.
0 commit comments