Skip to content

Commit

Permalink
Add new language (#119)
Browse files Browse the repository at this point in the history
* Add Estonian translations

* Update CHANGELOG.md
  • Loading branch information
Dh0th authored Apr 21, 2021
1 parent 82c66e7 commit 1c282ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [unreleased x.x.x] -

## [3.0.1] - 21/04/21
### Added
- Estonian language [#119](https://github.com/CanHub/Android-Image-Cropper/pull/119)

## [3.0.0] - 13/04/21
### Removed
- Methods `getUri`.
Expand Down
12 changes: 12 additions & 0 deletions cropper/src/main/res/values-et/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="crop_image_activity_title"></string>
<string name="ic_rotate_left_24">Pööra vastupäeva</string>
<string name="ic_rotate_right_24">Pööra</string>
<string name="crop_image_menu_crop">Lõika</string>
<string name="ic_flip_24">Pööra ümber</string>
<string name="ic_flip_24_horizontally">Peegelda horisontaalselt</string>
<string name="ic_flip_24_vertically">Peegelda vertikaalselt</string>
<string name="pick_image_intent_chooser_title">Valige allikas</string>
<string name="crop_image_activity_no_permissions">Tühistamine, nõutavaid õiguseid ei antud</string>
</resources>

0 comments on commit 1c282ed

Please sign in to comment.