nextjs14-i18n
nextjs14-i18n copied to clipboard
Not working
Unhandled Runtime Error
Error: translations[locale] is not a function
Source
src/lib/i18n/loadTranslation.ts (32:29) @ loadTranslation
30 |
31 |
> 32 | return translations[locale]();
| ^
33 | }
34 |
35 |
Call Stack
locale
src/lib/i18n/getTranslation.ts (15:44)
params
src/app/layout.tsx (24:43)
Can you help me explain why?