sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

formbuilder localization #81

Closed Dontorpedo closed 3 years ago

Dontorpedo commented 3 years ago

hi,

do you plan or is it possible to localize the form builder? i didn't find any language files :(

thx

sethsandaru commented 3 years ago

Hey @Dontorpedo ,

Yes but not for now. The plan of Localization/Translatable Form is in v2.2.0

For now, you can do another approach like this: Create a Form for a specific Language, eg:

It's too bad because we need to maintain a lot of form. But in the future, when the feature arrived, you only need to translate your fields, sections again in 1 form.

Thanks