react-form-builder
react-form-builder copied to clipboard
Translations
what about translations? Does this have support i18n?
++ one.. any chance?
Is it possible to translate all keys with next-18next manually?
It is supporting react-intl now.
It is supporting react-intl now.
Can you explain how to create new translation using react-intl?
I've tried this but nothing..
/* languageMessages is the same json in your project but translated in italian */ <IntlProvider locale='it' defaultLocale="en" messages={languageMessages}> <ReactFormBuilder edit toolbarItems={items} locale="en" /> ...
We have only 2 language files now, you can fork and add Italian json file here https://github.com/Kiho/react-form-builder/blob/master/src/language-provider/locales/ then wire up to language provider. Or add json file and make pull request then I can take care that included in the package.