Hot fix: add missing 'name' and 'args' to Intl.plural in daysAgo
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -4844,6 +4844,8 @@ class AppLocalizations {
|
||||
zero: '',
|
||||
one: ' (1 day ago)',
|
||||
other: ' ($days days ago)',
|
||||
name: 'daysAgo',
|
||||
args: [days],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user