mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
1f46410777
I suppose this mention will appear after a nickname. Ex : JohnDoe liked this photo. So in French, JohnDoe a aimé cette photo.
5 lines
60 B
PHP
5 lines
60 B
PHP
<?php
|
|
return [
|
|
'likedPhoto' => 'a aimé votre photo.',
|
|
];
|