nextjs14-i18n icon indicating copy to clipboard operation
nextjs14-i18n copied to clipboard

Not working

Open kb-0912 opened this issue 1 year ago • 8 comments

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?

kb-0912 avatar Feb 26 '24 12:02 kb-0912