FredrikOseberg / react-chatbot-kit

MIT License
299 stars 139 forks source link

I18 next support #85

Closed hichemfantar closed 2 years ago

hichemfantar commented 2 years ago

Is there a way to translate the text in the action provider with i18? Because it's not a react component.

lucaprevitali commented 2 years ago

Hi @hichemfantar I've translated the texts inside ActionProvider class using i18n. You can just use the i18next instance like is explained here

hichemfantar commented 2 years ago

Alright thanks, I'll close this for now.