mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:10:13 +00:00
Move L10n::t() calls to DI::l10n()->t() calls
This commit is contained in:
parent
af88c2daa3
commit
5dfee31108
175 changed files with 2841 additions and 2841 deletions
|
@ -268,7 +268,7 @@ function ping_init(App $a)
|
|||
'photo' => $intro['photo'],
|
||||
'date' => $intro['datetime'],
|
||||
'seen' => false,
|
||||
'message' => L10n::t('{0} wants to be your friend'),
|
||||
'message' => DI::l10n()->t('{0} wants to be your friend'),
|
||||
];
|
||||
$notifs[] = $notif;
|
||||
}
|
||||
|
@ -284,7 +284,7 @@ function ping_init(App $a)
|
|||
'photo' => $reg['micro'],
|
||||
'date' => $reg['created'],
|
||||
'seen' => false,
|
||||
'message' => L10n::t('{0} requested registration'),
|
||||
'message' => DI::l10n()->t('{0} requested registration'),
|
||||
];
|
||||
$notifs[] = $notif;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue