Skip to content

Docs: Add version labels to languages #3702

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
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = ctx => ({
smoothScroll: true,
locales: {
'/': {
label: 'English',
label: '2.6 - English',
selectText: 'Languages',
editLinkText: 'Edit this page on GitHub',
nav: [
Expand Down Expand Up @@ -139,7 +139,7 @@ module.exports = ctx => ({
]
},
'/zh/': {
label: '简体中文',
label: '2.3 -简体中文',
selectText: '选择语言',
editLinkText: '在 GitHub 上编辑此页',
nav: [
Expand Down Expand Up @@ -193,7 +193,7 @@ module.exports = ctx => ({
]
},
'/ja/': {
label: '日本語',
label: '2.4 - 日本語',
selectText: '言語',
editLinkText: 'GitHub 上でこのページを編集する',
nav: [
Expand Down Expand Up @@ -247,7 +247,7 @@ module.exports = ctx => ({
]
},
'/ru/': {
label: 'Русский',
label: '2.1 - Русский',
selectText: 'Переводы',
editLinkText: 'Изменить эту страницу на GitHub',
nav: [
Expand Down Expand Up @@ -301,7 +301,7 @@ module.exports = ctx => ({
]
},
'/kr/': {
label: '한국어',
label: '2.0 - 한국어',
selectText: '언어',
editLinkText: 'GitHub에서 이 문서를 수정하세요',
nav: [
Expand Down Expand Up @@ -354,7 +354,7 @@ module.exports = ctx => ({
]
},
'/fr/': {
label: 'Français',
label: '2.5 - Français',
selectText: 'Langues',
editLinkText: 'Editer cette page sur Github',
nav: [
Expand Down