-
Notifications
You must be signed in to change notification settings - Fork 440
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
How to change the text of the FooterCount (i18n)? #354
Comments
I had the same requirement. There is no way to just translate the What i did:
|
I agree with @martinjuhasz, you should re-write the component to get that. |
These props are not used for the The I gave the formatters props a try and somehow it only works when declaring ALL formatters, not just a single one. From a quick look at the code it should be merged, but it only worked for me when delcaring all formatter like:
|
Steps to reproduce the behavior:
My snippet of code is this:
Actual behavior:
I would like to change only this part of the text
Expected behavior:
To this:
How can I achieve this? I tried using formatters but no luck :/
Would be nice if we have i18n... By the way, thanks for this awesome lib
The text was updated successfully, but these errors were encountered: