Questions tagged [tolgee]

Tolgee is an open-source localization platform with integration libraries for popular FE frameworks.

2 questions
1
vote
0 answers

Using tolgee with next-i18next

I have created Next.js app which uses next-18next library for managing translations in app. Now I wanted to connect it to tolgee platform so that I can leverage its in-context editing feature. I read the docuentation and it only shows how to…
Alex T
  • 3,529
  • 12
  • 56
  • 105
0
votes
0 answers

react/tolgee - translate function return output in screen but in console it is coming as function

Using the Tolgee library in React for switching between two languages in application This is what I'm trying, import { useTranslate } from '@tolgee/react'; const { t: translate } = useTranslate(); setMenu( apples.map((item: any) => { …
workplace
  • 1
  • 1