Replies: 1 comment
-
Could be this: formatjs/formatjs#2440. I'm moving this to a discussion since it's a usage question and no reproduction was provided. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I follow the doc. App Router setup without i18n routing adand set my porject.
I followed the documentation steps to set up my project, but I encountered the following issue when trying to use dynamic parameters.
Error: INVALID_MESSAGE: Incorrect locale information provided at getFallbackFromErrorAndNotify (.next/server/chunks/ssr/node_modules_d2c37e._.js:3669:23) at translateBaseFn (.next/server/chunks/ssr/node_modules_d2c37e._.js:3735:20) at translateFn (.next/server/chunks/ssr/node_modules_d2c37e._.js:3757:24) at PasswordInputComponent (/.next/server/chunks/ssr/_e8c17c._.js:26:17) { code: 'INVALID_MESSAGE', originalMessage: 'Incorrect locale information provided' }
packge.json
Verifications
Mandatory reproduction URL
App Router setup without i18n routing
Expected behaviour
"placeholder_with_name": "Please Enter {name}" const t = useTranslations() t('placeholder_with_name', { title: 'User Name' })
Beta Was this translation helpful? Give feedback.
All reactions