Skip to content

Commit

Permalink
Merge pull request #93 from ozgurg/patch-1
Browse files Browse the repository at this point in the history
Remove three dots from "years" for TR language
  • Loading branch information
jimmiw committed Aug 17, 2021
2 parents 4815f3c + 9ae9892 commit 5d9aae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Westsworld/TimeAgo/Translations/Tr.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct()
'lessThanOneHour' => "%s dakika önce",
'months' => "%s ay önce",
'oneMinute' => "1 dakika önce",
'years' => "%s yıldan fazla...",
'years' => "%s yıldan fazla",
'never' => 'Asla'
]);
}
Expand Down

0 comments on commit 5d9aae6

Please sign in to comment.