Skip to content

Commit

Permalink
Fix #1840 add short form or year for year in Turkish
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Aug 11, 2019
1 parent 4f3dc31 commit eb89179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Carbon/Lang/tr.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
return [
'year' => ':count yıl',
'a_year' => '{1}bir yıl|]1,Inf[:count yıl',
'y' => ':countyıl',
'y' => ':county',
'month' => ':count ay',
'a_month' => '{1}bir ay|]1,Inf[:count ay',
'm' => ':countay',
Expand Down

0 comments on commit eb89179

Please sign in to comment.