You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use createGetP to tweak polyglot options, but it's unclear to me from the documentation how I should use createGetP... would each component have to use this selector instead of using the translate HOC? Is there a way to specify my own 'p' to be used in all components that use translate?
Rick
The text was updated successfully, but these errors were encountered:
Specifically, all I want to do is provide an "onMissingKey" function so that I control the error case of when a key is not found... I'd want to just do this once, globally. I'm happy to not use translate as long as I can see how I'm supposed to do it otherwise :)
Hello,
I would like to use createGetP to tweak polyglot options, but it's unclear to me from the documentation how I should use createGetP... would each component have to use this selector instead of using the translate HOC? Is there a way to specify my own 'p' to be used in all components that use translate?
Rick
The text was updated successfully, but these errors were encountered: