Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'feature/35' into develop
Browse files Browse the repository at this point in the history
Close #35
  • Loading branch information
weierophinney committed Apr 30, 2018
2 parents 5a348ab + 97010d9 commit 2b50d64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#35](https://github.com/zendframework/zend-i18n-resources/pull/35) provides fixes to the Turkish translations of the `MimeType` validator messages.

- [#30](https://github.com/zendframework/zend-i18n-resources/pull/30) adds a missing French translation for the `PhoneNumber` validator.

- [#23](https://github.com/zendframework/zend-i18n-resources/pull/23) fixes a typo in the Polish translations.
Expand Down
6 changes: 3 additions & 3 deletions languages/tr/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@
"File '%value%' is not readable or does not exist" => "'%value%' dosyası okunamıyor ya da yok",

// Zend_Validator_File_MimeType
"File '%value%' has a false mimetype of '%type%'" => "'%value%' dosyası yanlış mime-tipine sahip: '%type%'",
"The mimetype of file '%value%' could not be detected" => "'%value%' dosyasının mime-tipi algılanamadı",
"File '%value%' is not readable or does not exist" => "'%value%' dosyası okunamıyor ya da yok",
"File has an incorrect mimetype of '%type%'" => "Dosya yanlış mime-tipine sahip: '%type%'",
"The mimetype could not be detected from the file" => "Dosyanın mime-tipi algılanamadı",
"File is not readable or does not exist" => "Dosya okunamıyor ya da yok",

// Zend_Validator_File_NotExists
"File '%value%' exists" => "'%value%' dosyası var",
Expand Down

0 comments on commit 2b50d64

Please sign in to comment.