Skip to content

Commit 28afd3d

Browse files
authored
feat(i18n): set fallback locale to en (#202)
1 parent 0667638 commit 28afd3d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

i18n/i18n.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default defineI18nConfig(() => {
2+
return {
3+
fallbackLocale: 'en',
4+
}
5+
})

0 commit comments

Comments
 (0)