Skip to content

Commit 3232dc7

Browse files
author
Hugo Burbelo
committed
Add version labels to languages
1 parent 2aca03e commit 3232dc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: docs/.vuepress/config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = ctx => ({
8585
smoothScroll: true,
8686
locales: {
8787
'/': {
88-
label: 'English',
88+
label: '2.6 - English',
8989
selectText: 'Languages',
9090
editLinkText: 'Edit this page on GitHub',
9191
nav: [
@@ -139,7 +139,7 @@ module.exports = ctx => ({
139139
]
140140
},
141141
'/zh/': {
142-
label: '简体中文',
142+
label: '2.3 -简体中文',
143143
selectText: '选择语言',
144144
editLinkText: '在 GitHub 上编辑此页',
145145
nav: [
@@ -193,7 +193,7 @@ module.exports = ctx => ({
193193
]
194194
},
195195
'/ja/': {
196-
label: '日本語',
196+
label: '2.4 - 日本語',
197197
selectText: '言語',
198198
editLinkText: 'GitHub 上でこのページを編集する',
199199
nav: [
@@ -247,7 +247,7 @@ module.exports = ctx => ({
247247
]
248248
},
249249
'/ru/': {
250-
label: 'Русский',
250+
label: '2.1 - Русский',
251251
selectText: 'Переводы',
252252
editLinkText: 'Изменить эту страницу на GitHub',
253253
nav: [
@@ -301,7 +301,7 @@ module.exports = ctx => ({
301301
]
302302
},
303303
'/kr/': {
304-
label: '한국어',
304+
label: '2.0 - 한국어',
305305
selectText: '언어',
306306
editLinkText: 'GitHub에서 이 문서를 수정하세요',
307307
nav: [
@@ -354,7 +354,7 @@ module.exports = ctx => ({
354354
]
355355
},
356356
'/fr/': {
357-
label: 'Français',
357+
label: '2.5 - Français',
358358
selectText: 'Langues',
359359
editLinkText: 'Editer cette page sur Github',
360360
nav: [

0 commit comments

Comments
 (0)