Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage within Redux Saga #845

Closed
Jonovono opened this issue May 2, 2019 · 1 comment
Closed

Usage within Redux Saga #845

Jonovono opened this issue May 2, 2019 · 1 comment

Comments

@Jonovono
Copy link

Jonovono commented May 2, 2019

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.

@jamuhl
Copy link
Member

jamuhl commented May 2, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants