Skip to content

Commit

Permalink
Update ko (#25)
Browse files Browse the repository at this point in the history
* Add translation link to ko.vuejs.org and pt.vuejs.org (#2448)

* bump deps

* chore: update team member (#2458)
  • Loading branch information
niceplugin authored Aug 12, 2023
1 parent 02169f6 commit 34cab27
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 110 deletions.
5 changes: 5 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,11 @@ export default defineConfigWithTheme<ThemeConfig>({
text: 'Français',
repo: 'https://github.com/vuejs-translations/docs-fr'
},
{
link: 'https://pt.vuejs.org',
text: 'Português',
repo: 'https://github.com/vuejs-translations/docs-pt'
},
{
link: '/translations/',
text: '번역에 참가하세요!',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@vue/repl": "^1.5.0",
"@vue/theme": "^2.2.3",
"@vue/theme": "^2.2.4",
"dynamics.js": "^1.1.5",
"gsap": "^3.9.0",
"vitepress": "^1.0.0-beta.1",
"vitepress": "1.0.0-beta.7",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
127 changes: 26 additions & 101 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/about/team/members-partner.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,8 @@
},
{
"name": "Erick Petrucelli",
"title": "Head of Engineering",
"company": "Friday Finance",
"companyLink": "https://www.fridayfinance.com/",
"title": "Software Engineer & Architect, UX Specialist, Consultant, Educator, Writer",
"company": "Freelance",
"location": "João Pessoa, Brazil",
"languages": ["Portuguese", "English"],
"projects": [
Expand Down
7 changes: 3 additions & 4 deletions src/translations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ aside: false
- [日本語 / Japanese](https://ja.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ja)]
- [Українська / Ukrainian](https://ua.vuejs.org) [[source](https://github.com/vuejs-translations/docs-ua)]
- [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)]
- [한국어 / Korean](https://ko.vuejs.org) [[source](https://github.com/vuejs-translations/docs-ko)]
- [Português / Portuguese](https://pt.vuejs.org) [[source](https://github.com/vuejs-translations/docs-pt)]

<!-- ## Work in Progress Languages {#work-in-progress-languages} -->

## 번역 진행중인 언어 {#work-in-progress-languages}

- [한국어 / Korean](http://v3-docs.vuejs-korea.org) [[source](https://github.com/vuejs-kr/docs)]
<!-- ## Work in Progress Languages {#work-in-progress-languages} -->

## 번역 시작하기 {#starting-a-new-translation}

Expand Down

1 comment on commit 34cab27

@vercel
Copy link

@vercel vercel bot commented on 34cab27 Aug 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.