mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Create exception.php for french language
This commit is contained in:
parent
6c7c94f31f
commit
e353f02513
1 changed files with 10 additions and 0 deletions
10
resources/lang/fr/exception.php
Normal file
10
resources/lang/fr/exception.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'compose' => [
|
||||
'invalid' => [
|
||||
'album' => 'Doit contenir une seule photo ou vidéo ou plusieurs photos.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
Loading…
Reference in a new issue