Skip to content

Commit

Permalink
Merge pull request #37 from benancetin/master
Browse files Browse the repository at this point in the history
Turkish(tr) language support added
  • Loading branch information
igoshev authored Apr 22, 2019
2 parents 43fb6d9 + 1edbb38 commit 92edb35
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/resources/lang/vendor/bone/tr/captcha.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'enter_code' => 'Resimdeki kodu giriniz.',
'incorrect_code' => 'Girdiğiniz kod yanlış.',
'update_code' => 'Kodu Yenile',
];

0 comments on commit 92edb35

Please sign in to comment.