From 236559a4d9668c6f1abdc99a9eaf44ea9f74bf66 Mon Sep 17 00:00:00 2001 From: forenta Date: Sun, 5 Sep 2021 21:19:35 +0200 Subject: [PATCH] Created localized exception.php (DE) --- resources/lang/de/exception.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resources/lang/de/exception.php diff --git a/resources/lang/de/exception.php b/resources/lang/de/exception.php new file mode 100644 index 000000000..53e92f36f --- /dev/null +++ b/resources/lang/de/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.', + ], + ], + +];