Skip to content

Commit 0a9d133

Browse files
committed
fix: reorder translations
1 parent a0a2eeb commit 0a9d133

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vitepress/config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -615,16 +615,16 @@ export default defineConfigWithTheme<ThemeConfig>({
615615
text: '简体中文',
616616
repo: 'https://github.com/vuejs-translations/docs-zh-cn'
617617
},
618-
{
619-
link: 'https://fr.vuejs.org',
620-
text: 'Français',
621-
repo: 'https://github.com/vuejs-translations/docs-fr'
622-
},
623618
{
624619
link: 'https://ja.vuejs.org',
625620
text: '日本語',
626621
repo: 'https://github.com/vuejs-translations/docs-ja'
627622
},
623+
{
624+
link: 'https://fr.vuejs.org',
625+
text: 'Français',
626+
repo: 'https://github.com/vuejs-translations/docs-fr'
627+
},
628628
{
629629
link: '/translations/',
630630
text: 'Help Us Translate!',

0 commit comments

Comments
 (0)