Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sedat gülmen authored and andresaraujo committed Jul 3, 2023
1 parent 39e0988 commit e1a0afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/timeago/lib/src/messages/tr_messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ class TRShortMessages implements LookupMessages {
@override
String suffixFromNow() => '';
@override
String lessThanOneMinute(int seconds) => 'şimdi';
String lessThanOneMinute(int seconds) => 'az önce';
@override
String aboutAMinute(int minutes) => '1dk';
@override
String minutes(int minutes) => '${minutes}dk';
@override
String aboutAnHour(int minutes) => '~1dk';
String aboutAnHour(int minutes) => '~1sa';
@override
String hours(int hours) => '${hours}s';
String hours(int hours) => '${hours}sa';
@override
String aDay(int hours) => '~1g';
@override
Expand Down

0 comments on commit e1a0afd

Please sign in to comment.