We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b173654 commit 1e9245dCopy full SHA for 1e9245d
app/localization/i18n.server.ts
@@ -11,7 +11,7 @@ const i18next = new RemixI18Next({
11
// when translating messages server-side only
12
i18next: {
13
...i18n,
14
- resources
+ resources,
15
},
16
})
17
0 commit comments