When giving the `t` function to supertokens, can y...
# support-questions
r
When giving the
t
function to supertokens, can you do it like this:
Copy code
ts
supertokens.init(
  languageTranslations: {
    translationFunc: i18next.t.bind(i18next),
  },
  ...
)