Skip to content

Commit

Permalink
Fixed wrong word ro translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovidiu Varo authored and andresaraujo committed Jul 4, 2024
1 parent a8cb279 commit 43289d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/timeago/lib/src/messages/ro_messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RoMessages implements LookupMessages {
@override
String suffixFromNow() => '';
@override
String lessThanOneMinute(int seconds) => 'o clipită';
String lessThanOneMinute(int seconds) => 'o clipă';
@override
String aboutAMinute(int minutes) => 'un minut';
@override
Expand Down

0 comments on commit 43289d8

Please sign in to comment.