File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -620,6 +620,11 @@ export default defineConfigWithTheme<ThemeConfig>({
620
620
text : '日本語' ,
621
621
repo : 'https://github.com/vuejs-translations/docs-ja'
622
622
} ,
623
+ {
624
+ link : 'https://ua.vuejs.org' ,
625
+ text : 'Українська' ,
626
+ repo : 'https://github.com/vuejs-translations/docs-uk'
627
+ } ,
623
628
{
624
629
link : '/translations/' ,
625
630
text : 'Help Us Translate!' ,
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ aside: false
9
9
- [ English] ( https://vuejs.org/ ) [[ source] ( https://github.com/vuejs/docs )]
10
10
- [ 简体中文 / Simplified Chinese] ( https://cn.vuejs.org/ ) [[ source] ( https://github.com/vuejs-translations/docs-zh-cn )]
11
11
- [ 日本語 / 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 )]
12
13
13
14
## Work in Progress Languages {#work-in-progress-languages}
14
15
15
- - [ Українська / Ukrainian] ( https://ua.vuejs.org ) [[ source] ( https://github.com/vuejs-translations/docs-ua )]
16
16
- [ Français / French] ( https://fr.vuejs.org ) [[ source] ( https://github.com/vuejs-translations/docs-fr )]
17
17
18
18
## Starting a new Translation {#starting-a-new-translation}
You can’t perform that action at this time.
0 commit comments