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.
you will have to access it via i18n.t (just make sure those namespaces used there are loaded)
Most helpful comment
you will have to access it via i18n.t (just make sure those namespaces used there are loaded)