ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.09k stars 1.55k forks source link

Language support #255

Closed ragnorc closed 7 years ago

ragnorc commented 7 years ago

When will different languages or custom strings be supported?

ivpusic commented 7 years ago

some of the internal libraries are already supporting i18n, but currently, there is no full support. I cannot promise this feature in near future, but it is definitely needed. I would gladly accept PR if you have some time for this.

ragnorc commented 7 years ago

@ivpusic Okay, any basic idea on how this could be implemented?

yeknava commented 7 years ago

@ragnorc for iOS: #125 for android: add this line to your string.xml file: <string name="ucrop_label_edit_photo">edit profile photo</string>

Bodasia commented 6 years ago

https://github.com/KBIM-dev/react-native-image-crop-picker add possible to set custom text on picker