mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Merge pull request #2914 from forenta/patch-1
Created localized exception.php (DE)
This commit is contained in:
commit
df972ea157
1 changed files with 11 additions and 0 deletions
11
resources/lang/de/exception.php
Normal file
11
resources/lang/de/exception.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'compose' => [
|
||||
'invalid' => [
|
||||
'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
Loading…
Reference in a new issue