remix-i18next
remix-i18next copied to clipboard
Key Prefix in server-side getFixedT is missing
Discussed in https://github.com/sergiodxa/remix-i18next/discussions/141
Originally posted by jordiyapz July 6, 2023 Hi, sorry I'm new to this,
I cannot find an option to add prefix for key in TFunction
returned by i18nextt.getFixedT
function where i18nextt is an instance of RemixI18Next
. From the original i18next
we have keyPrefix
option at the 3rd argument of getFixedT
. And also the client-side hook useTranslation
also have it.
Is it really missing in the server-side?