React-i18next: Usage within Redux Saga

Created on 2 May 2019  路  1Comment  路  Source: i18next/react-i18next

Hi. How would I access the t variable from inside a redux saga ?

Do I just import it manually above, or is there a way to access the connected prop?

Thanks.

Most helpful comment

you will have to access it via i18n.t (just make sure those namespaces used there are loaded)

>All comments

you will have to access it via i18n.t (just make sure those namespaces used there are loaded)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChCosmin picture ChCosmin  路  4Comments

martinlaregina picture martinlaregina  路  3Comments

ok2ju picture ok2ju  路  3Comments

dawsbot picture dawsbot  路  4Comments

jadbox picture jadbox  路  3Comments