Closed swajp closed 2 months ago
It should definitely work, can you share a reproduction that shows a broken setup? Something you could try is restarting your dev server in case you've renamed the file.
Thank you for your report!
Unfortunately, the reproduction is missing or incomplete, and as such we cannot investigate this issue. Please add a reproduction to the issue, otherwise it will be closed automatically.
Templates:
Creating a good bug report takes time.
To help us resolve the issue quickly, please simplify the reproduction as much as possible by removing any unnecessary code, files, and dependencies that are not directly related to the problem. The easier it is for us to see the issue, the faster we can help you.
Apart from the reproduction, make sure to include the precise steps on how to reproduce the issue, e.g.:
Thank you for your understanding!
my bad... i'm sorry.. deleting .next and running it again helped... sory for you time
Ok sure, good to hear if it works now for you.
Description
in the docs there is
i18n/request.ts
but for the code example ti is i18n/request.tsx
and if want to use the tsx because i need to default the translations valuest it tells me that request.ts doesnt exist
my code
Verifications
Mandatory reproduction URL
-
Reproduction description
Steps to reproduce:
Expected behaviour
It shouldnt throw me an error because it is showed in docs as an example