mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Create exception.php
This commit is contained in:
parent
dfef49b0d9
commit
92700525d5
1 changed files with 11 additions and 0 deletions
11
resources/lang/gl/exception.php
Normal file
11
resources/lang/gl/exception.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'compose' => [
|
||||
'invalid' => [
|
||||
'album' => 'Debe conter unha soa foto ou vídeo ou varias fotos.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
Loading…
Reference in a new issue