Skip to content

Support for korean language #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hg-pyun opened this issue Apr 18, 2018 · 4 comments
Closed

Support for korean language #117

hg-pyun opened this issue Apr 18, 2018 · 4 comments

Comments

@hg-pyun
Copy link

hg-pyun commented Apr 18, 2018

Hello.

There are many Koreans who use vue So I want to support Korean version document.
I hope your project will be accessible to more Koreans.
Can I tell you the procedure for creating a Korean version?

Thank you.

@hg-pyun hg-pyun changed the title support for korean language Support for korean language Apr 18, 2018
@evagy
Copy link

evagy commented Apr 18, 2018

The repo README.md show

VuePress is still a work in progress. There are a few things that it currently does not support but are planned:

  • Multi-Language Support

Please wait or contribute.

@hg-pyun
Copy link
Author

hg-pyun commented Apr 18, 2018

@yuyanggong Thank you for guide. I pending the contribution.

@ulivz
Copy link
Member

ulivz commented Apr 18, 2018

Now VuePress has supported for native i18n (#48) while we will add extra document for How to add a new translation for VuePress, before that, you can refer to the implementation of Chinese Translation:

langs: [
{ lang: 'en', label: 'English', path: '/', selectText: 'Languages' },
{ lang: 'zh-CN', label: '简体中文', path: '/zh/', selectText: '选择语言' }
],
title: {
'/': 'VuePress',
'/zh/': 'VuePress'
},
description: {
'/': 'Vue-powered Static Site Generator',
'/zh/': 'Vue 驱动的静态网站生成器'
},
head: [
['link', { rel: 'icon', href: `/logo.png` }]
],
serviceWorker: true,
themeConfig: {
repo: 'vuejs/vuepress',
editLinks: true,
docsDir: 'docs',
nav: {
'/': [
{
text: 'Guide',
link: '/guide/',
},
{
text: 'Config Reference',
link: '/config/'
},
{
text: 'Default Theme Config',
link: '/default-theme-config/'
}
],
'/zh/': [
{
text: '指南',
link: '/zh/guide/',
},
{
text: '配置',
link: '/zh/config/'
},
{
text: '默认主题',
link: '/zh/default-theme-config/'
}
]
},
sidebar: {
'/guide/': genSidebarConfig('Guide'),
'/zh/guide/': genSidebarConfig('指南')
}
}

Contributions are welcome, thanks!

@yyx990803
Copy link
Member

We will have documentation for adding a new language soon, and PR is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants