Skip to content

Commit 7925a5d

Browse files
authored
feat: Mark Polish translation as complete (#2547)
1 parent 9fc117a commit 7925a5d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,11 @@ export default defineConfigWithTheme<ThemeConfig>({
744744
text: '繁體中文',
745745
repo: 'https://github.com/vuejs-translations/docs-zh-hk'
746746
},
747+
{
748+
link: 'https://pl.vuejs.org',
749+
text: 'Polski',
750+
repo: 'https://github.com/vuejs-translations/docs-pl',
751+
},
747752
{
748753
link: '/translations/',
749754
text: '翻訳にご協力ください!',

src/translations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ aside: false
1919
- [Русский / ロシア語](https://ru.vuejs.org/) [[ソース](https://github.com/vuejs-translations/docs-ru)]
2020
- [Čeština / チェコ語](https://cs.vuejs.org/) [[ソース](https://github.com/vuejs-translations/docs-cs)]
2121
- [繁體中文 / 繁体字中国語](https://zh-hk.vuejs.org/) [[ソース](https://github.com/vuejs-translations/docs-zh-hk)]
22+
- [Polski / ポーランド語](https://pl.vuejs.org/) [[ソース](https://github.com/vuejs-translations/docs-pl)]
2223

2324
## 作業中の言語 {#work-in-progress-languages}
2425

2526
- [العربية / アラビア語](https://ar.vuejs.org/) [[ソース](https://github.com/vuejs-translations/docs-ar)]
2627
- [Español / スペイン語](https://vue3-spanish-docs.netlify.app/) [[ソース](https://github.com/icarusgk/vuejs-spanish-docs)]
2728
- [Deutsch / ドイツ語](https://de.vuejs.org/) [[ソース](https://github.com/vuejs-translations/docs-de)]
28-
- [Polski / ポーランド語](https://pl.vuejs.org/) [[ソース](https://github.com/vuejs-translations/docs-pl)]
2929

3030
## 新しい翻訳の開始 {#starting-a-new-translation}
3131

0 commit comments

Comments
 (0)