tpoisseau

Results 5 comments of tpoisseau

Another workaround I found is to use `t` method instead, it's working well. Except the typing do not support ReactNode as param value

And about ICU syntax, we must define if we use formatting date/number in ICU or we handle it with react-intl helpers. I prefer handle in source code instead freeze it...

Thank you for your answer `react-intl` (what we used before for translations) is part of `Format.JS` ecosystem and rely on it. They don't have shortcut jsx syntax for tag-insterpolation and...

Hello, I will complete a bit the issue about mixing `t` and `jsx`. I know it's not a planed usage but it's my workaround. Components where I use `t` with...

Here is our type definition file for tolgee types override : ```ts /* eslint-disable @typescript-eslint/consistent-type-definitions,@typescript-eslint/no-unnecessary-type-arguments */ import type { CombinedOptions, TranslateProps } from '@tolgee/core'; import type { ReactNode } from...