Skip to content

Commit 0334392

Browse files
oleksii-nikitchukandresaraujo
authored andcommitted
fix localization for Ukrainian days
1 parent e5ca3ea commit 0334392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeago/lib/src/messages/uk_messages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ String _convert(int number, String type) {
6363
case 'hours':
6464
return 'години';
6565
case 'days':
66-
return 'дня';
66+
return 'дні';
6767
case 'months':
6868
return 'місяця';
6969
case 'years':

0 commit comments

Comments
 (0)