Prepare for ICU migration
This commit is contained in:
parent
d0f17a1398
commit
2781e621ad
62 changed files with 550 additions and 414 deletions
|
@ -86,9 +86,9 @@ function getGroupCallNotificationText(
|
|||
if (notification.creator.isMe) {
|
||||
return i18n('calling__call-notification__started-by-you');
|
||||
}
|
||||
return i18n('calling__call-notification__started', [
|
||||
notification.creator.systemGivenName ?? notification.creator.title,
|
||||
]);
|
||||
return i18n('calling__call-notification__started', {
|
||||
name: notification.creator.systemGivenName ?? notification.creator.title,
|
||||
});
|
||||
}
|
||||
|
||||
export function getCallingNotificationText(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue