tolgee / tolgee-cli

The Tolgee CLI
MIT License
16 stars 11 forks source link

Support `useTranslate` with await for React server component #71

Closed JanCizmar closed 7 months ago

JanCizmar commented 8 months ago

Usage of useTranslate with await like this const { t } = await useTranslate() or const { t } = await useTranslate('namespace').

I've created a branch with failing tests: cynthia/fix-react-with-await

cyyynthia commented 7 months ago

Closing this as can't reproduce.