dcasia / nova-filepond

A Nova field for uploading File, Image and Video using Filepond.
MIT License
49 stars 28 forks source link

Localization #12

Closed glebihan closed 4 years ago

glebihan commented 4 years ago

Would it be possible to allow all filepond texts to be localized ? Currently, only labelIdle is localized when instantiating the FilePond instance.

Thanks.

vayurobins commented 4 years ago

I would also like to be able to change the text, ex: "Drop Files here..."

milewski commented 4 years ago

Hi you can now translate everything from the config file: v0.2.13

glebihan commented 4 years ago

Thanks !

NoahNxT commented 2 years ago

Hi, is there a way to use translations from a translation json instead of hardcoded ones in the config? We have a multi-language nova site and we would like to use multiple translations.