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

Next.js 14 project with internationalization (i18n) using the app router, without i18n libraries.

Results 4 nextjs14-i18n issues
Sort by recently updated
recently updated
newest added

``` 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...

Initialize internationalization system on the application.