hsbijarniya / image_editor_plus

Flutter Image Editor Plugin with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories.
MIT License
104 stars 103 forks source link

Add localization for texts in the image_editor_plus #8

Closed frhtas closed 2 years ago

frhtas commented 2 years ago

Can you add localization feature to the package? That would be a nice feature if we can localize ImageEditorPlus with a Map variable.

hsbijarniya commented 2 years ago

Sure why not...

hsbijarniya commented 2 years ago

This feature has been added in version v0.1.1

Kindly use this static function before using ImageEditor

ImageEditor.i18n({ 'Remove': 'हटा दीजिये', });