Skip to content

Commit 5d9aae6

Browse files
authored
Merge pull request jimmiw#93 from ozgurg/patch-1
Remove three dots from "years" for TR language
2 parents 4815f3c + 9ae9892 commit 5d9aae6

File tree

1 file changed

+1
-1
lines changed
  • src/Westsworld/TimeAgo/Translations

1 file changed

+1
-1
lines changed

src/Westsworld/TimeAgo/Translations/Tr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct()
2222
'lessThanOneHour' => "%s dakika önce",
2323
'months' => "%s ay önce",
2424
'oneMinute' => "1 dakika önce",
25-
'years' => "%s yıldan fazla...",
25+
'years' => "%s yıldan fazla",
2626
'never' => 'Asla'
2727
]);
2828
}

0 commit comments

Comments
 (0)