Browse Source

Created localized exception.php (DE)

forenta 3 years ago
parent
commit
236559a4d9
1 changed files with 11 additions and 0 deletions
  1. 11 0
      resources/lang/de/exception.php

+ 11 - 0
resources/lang/de/exception.php

@@ -0,0 +1,11 @@
+<?php
+
+return [
+
+	'compose' => [
+		'invalid' => [
+			'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
+		],
+	],
+
+];