mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
translateable time formats (PM & birthdays)
This commit is contained in:
parent
08032e0453
commit
d728961cbf
2 changed files with 3 additions and 5 deletions
|
@ -235,7 +235,7 @@ function message_content(&$a) {
|
|||
'$delete' => t('Delete conversation'),
|
||||
'$body' => $rr['body'],
|
||||
'$to_name' => $rr['name'],
|
||||
'$date' => datetime_convert('UTC',date_default_timezone_get(),$rr['mailcreated'],'D, d M Y - g:i A')
|
||||
'$date' => datetime_convert('UTC',date_default_timezone_get(),$rr['mailcreated'], t('D, d M Y - g:i A'))
|
||||
));
|
||||
}
|
||||
$o .= paginate($a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue