Skip to content

Commit fb1356a

Browse files
authored
fix not translate in React Components inside Astro (#85)
1 parent b4f11e9 commit fb1356a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro-i18next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export default {
33
defaultLocale: "en",
44
showDefaultLocale: true,
55
locales: ["en", "zh"],
6+
load: ["server", "client"],
67
}

0 commit comments

Comments
 (0)