mirror of https://github.com/pixelfed/pixelfed
Merge pull request #2179 from yvisherve/patch-2
Create exception.php for french languagepull/2159/head
commit
535bcc2e93
@ -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