Skip to content

Commit 89fa630

Browse files
committed
feat(plugin-redirect): appear target language first
1 parent e5078f6 commit 89fa630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tools/plugin-redirect/src/client/components/RedirectModal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export default defineComponent({
6969
if (info.value) {
7070
const { lang, localePath } = info.value
7171
const locales = [
72-
redirectLocales[routeLocale.value],
7372
redirectLocales[localePath],
73+
redirectLocales[routeLocale.value],
7474
]
7575

7676
return {

0 commit comments

Comments
 (0)