Kiho / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
466 stars 344 forks source link

Add Persian translation #312

Closed mahdi4k closed 1 month ago

mahdi4k commented 1 month ago

I added Persian language to the package, but I can't test it because I get an error when trying to build the package. It seems NODE_OPTIONS=--openssl-legacy-provider doesn't work with Node version 20.

I also added locale to the FormBuilderProps and FormGeneratorProps models.