Merge pull request #2179 from yvisherve/patch-2

Create exception.php for french language
This commit is contained in:
daniel 2020-05-15 21:28:16 -06:00 committed by GitHub
commit 535bcc2e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Doit contenir une seule photo ou vidéo ou plusieurs photos.',
],
],
];