Skip to content
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

Translations #88

Open
juniorschroder opened this issue Jul 29, 2020 · 5 comments
Open

Translations #88

juniorschroder opened this issue Jul 29, 2020 · 5 comments

Comments

@juniorschroder
Copy link

what about translations? Does this have support i18n?

@rodrigogaraujo
Copy link

rodrigogaraujo commented Mar 20, 2021

++ one..
any chance?

@Kiho Kiho mentioned this issue May 8, 2021
@fuzunspm
Copy link

Is it possible to translate all keys with next-18next manually?

@Kiho
Copy link
Owner

Kiho commented Apr 6, 2022

It is supporting react-intl now.

@electrixx90
Copy link

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" /> ...

@Kiho
Copy link
Owner

Kiho commented Jun 24, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants