mirror of https://github.com/pixelfed/pixelfed
Create exception.php for french language
parent
6c7c94f31f
commit
e353f02513
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'compose' => [
|
||||||
|
'invalid' => [
|
||||||
|
'album' => 'Doit contenir une seule photo ou vidéo ou plusieurs photos.',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in New Issue