Skip to content

Commit 1faadee

Browse files
authored
Change Ukrainian translation as completed (#2289)
* Add Ukrainian to condig * Update translation status
1 parent 127093f commit 1faadee

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
@@ -620,6 +620,11 @@ export default defineConfigWithTheme<ThemeConfig>({
620620
text: '日本語',
621621
repo: 'https://github.com/vuejs-translations/docs-ja'
622622
},
623+
{
624+
link: 'https://ua.vuejs.org',
625+
text: 'Українська',
626+
repo: 'https://github.com/vuejs-translations/docs-uk'
627+
},
623628
{
624629
link: '/translations/',
625630
text: 'Help Us Translate!',

src/translations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ aside: false
99
- [English](https://vuejs.org/) [[source](https://github.com/vuejs/docs)]
1010
- [简体中文 / Simplified Chinese](https://cn.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-zh-cn)]
1111
- [日本語 / Japanese](https://ja.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ja)]
12+
- [Українська / Ukrainian](https://ua.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-uk)]
1213

1314
## Work in Progress Languages {#work-in-progress-languages}
1415

15-
- [Українська / Ukrainian](https://ua.vuejs.org) [[source](https://github.com/vuejs-translations/docs-ua)]
1616
- [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)]
1717

1818
## Starting a new Translation {#starting-a-new-translation}

0 commit comments

Comments
 (0)