mirror of https://github.com/pixelfed/pixelfed
Staging (#2927)
* Created localized exception.php (DE) * Update German translation * Update German translation * Update de localization, Create New Post -> New * Formatting * Update site.php (#2889) Co-authored-by: daniel <danielsupernault@gmail.com> * Formatting * Update controllers, fixes #2906 * Update NotificationService, fix 500 bug * Update changelog Co-authored-by: forenta <ueblesurmeli-github@yahoo.de> Co-authored-by: Tomas Brabenec <tomas@brabenec.net>pull/2946/head^2
parent
cdfb6ac25f
commit
68437e614d
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'compose' => [
|
||||
'invalid' => [
|
||||
'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
Loading…
Reference in New Issue