Replies: 1 comment
-
|
@bayraak maybe is useful to you to use this function for the missing keys: https://github.com/vinissimus/next-translate#3-configuration Currently is doing a |
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.
-
Currently, if we pass a key that is not in any of the namespace it's returning the same key as a result from
t()function.How we can configure the
t('any-missing-key')to throw an exception or return null or even empty string?Beta Was this translation helpful? Give feedback.
All reactions