Skip to content

Commit

Permalink
Fixes #402 - Mistake in hindi conversion of "Crop" (#410)
Browse files Browse the repository at this point in the history
* resolved mistake in hindi conversion
  • Loading branch information
pratyaksh1610 committed Jul 20, 2022
1 parent cd3f79c commit a2ee60f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `Security` in case of vulnerabilities.

## [x.x.x] - unreleased
### Fixed
- Fixed the mistake in hindi conversion of "Crop" [#402](https://github.com/CanHub/Android-Image-Cropper/issues/402)

## [4.3.1] - 20/07/2022
### Fix
Expand Down Expand Up @@ -226,3 +228,4 @@ Versions `2.0.1` and `2.0.2` are similar, issues with jitpack.

## [1.0.0] - 21/11/20
- Copy from previous repo [ArthurHub](https://github.com/ArthurHub/Android-Image-Cropper/)
-
4 changes: 2 additions & 2 deletions cropper/src/main/res/values-hi/strings.xml
Expand Up @@ -3,10 +3,10 @@
<string name="crop_image_activity_title"></string>
<string name="ic_rotate_left_24">घड़ी की सुई के विपरीत दिशा में घुमाइए</string>
<string name="ic_rotate_right_24">घुमाएँ</string>
<string name="crop_image_menu_crop">फ़सल</string>
<string name="crop_image_menu_crop">काटे</string>
<string name="ic_flip_24">फ्लिप</string>
<string name="ic_flip_24_horizontally">क्षैतिज फ्लिप</string>
<string name="ic_flip_24_vertically">लंबवत फ्लिप करें</string>
<string name="pick_image_chooser_title">सोर्स चुनें</string>
<string name="crop_image_activity_no_permissions">रद्द करना, आवश्यक अनुमतियां नहीं दी गई हैं</string>
</resources>
</resources>

0 comments on commit a2ee60f

Please sign in to comment.