pixelfed/resources/lang/en/notification.php

10 lines
193 B
PHP

<?php
return [
'likedPhoto' => 'liked your photo.',
'startedFollowingYou' => 'started following you.',
'commented' => 'commented on your post.',
'mentionedYou' => 'mentioned you.'
];