React-native-image-crop-picker: Language support

Created on 1 Mar 2017  路  4Comments  路  Source: ivpusic/react-native-image-crop-picker

When will different languages or custom strings be supported?

Most helpful comment

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

All 4 comments

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.

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

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sergiulucaci picture sergiulucaci  路  3Comments

aterribili picture aterribili  路  3Comments

Martian2Lee picture Martian2Lee  路  3Comments

co-de picture co-de  路  3Comments

equesteo picture equesteo  路  3Comments