feat: option translate labels
resolve #17
What do you think of this implementation, so it can be translated into any language!
Thanks for the PR! Agreed this is definitely needed to support multiple languages. Just having a look through your code and I see you have put the variable bits of text into state - was this done on purpose over just passing them down as props from the parent component?
I changed textTranslateOptions to customLabelsOptions.
I found it easier to use a state than to pass it directly as property.
Are you going to merge this? :)
Hi just wanted to ask when this is going to be merged ?