mirror of https://github.com/pixelfed/pixelfed.git
8 lines
112 B
PHP
8 lines
112 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'likedPhoto' => 'liked your photo.',
|
||
|
'startedFollowingYou' => 'started following you.',
|
||
|
|
||
|
];
|