mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
I suppose this mention will appear after a nickname. Ex : JohnDoe liked this photo. So in French, JohnDoe a aimé cette photo.
4 lines
60 B
PHP
4 lines
60 B
PHP
<?php
|
|
return [
|
|
'likedPhoto' => 'a aimé votre photo.',
|
|
];
|