Skip to content

Commit 9adabda

Browse files
larbishvercel[bot]
andauthored
Update src/module/src/i18n.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent 7608dda commit 9adabda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module/src/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export async function setupI18n(
6262
return `
6363
export default defineNuxtPlugin(() => {
6464
window.__NUXT_STUDIO_I18N_MESSAGES__ = ${JSON.stringify(finalMessages)}
65-
window.__NUXT_STUDIO_DEFAULT_LOCALE__ = '${defaultLocale}'
65+
window.__NUXT_STUDIO_DEFAULT_LOCALE__ = ${JSON.stringify(defaultLocale)}
6666
})
6767
`
6868
},

0 commit comments

Comments
 (0)