Replies: 1 comment 2 replies
-
Have you seen https://next-intl-docs.vercel.app/docs/workflows/typescript? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I want to have a script that will ensure that all my translation keys are valid. For example, if there is no such key as
t('some.non_valid.key)
I want to be sure that it won't slip to production.I have found this project: https://github.com/gamcoh/translations-checker which solved that issue but I wanted to know is there solution baked in next-intl or any other similar solution??
Beta Was this translation helpful? Give feedback.
All reactions