ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.39k stars 1.37k forks source link

A Turkish translation mistake #754

Open kaya0647 opened 4 years ago

kaya0647 commented 4 years ago

Crop (to cut) means in Turkish is "Kes". But in Android-Image-Cropper it was translated "Ekin" which means "a plant such as a grain, fruit, or vegetable grown in large amounts".

Please change it.

Thanks

yusufonderd commented 4 years ago

Hi, Add this lines in values-tr/strings.xml file

<string name="crop_image_menu_crop">Kes</string>
kaya0647 commented 4 years ago

thanks, but didn't work

gataman commented 4 years ago

First of all create string.xml(not default string.xml) for Turkish with translate editor and put these codes in it <string name="crop_image_menu_crop">KIRP</string> <string name="crop_image_menu_flip">ÇEVİR</string>

or just add these codes in default string.xml: <string name="crop_image_menu_crop" tools:override = "true">KIRP</string> <string name="crop_image_menu_flip" tools:override = "true">ÇEVİR</string>

kaya0647 commented 4 years ago

Thanks it worked. I have another problem, i hope you can solve it too. After I choose a photo from gallery there is a standart menu of Android-Image-Cropper. There is a back arrow button in that menu. When I press that button it goes to main menu not to gallery. I want to go gallery. Please help me about that issue.

Canato commented 3 years ago

Hey!

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract