From f96cc2974dd8c3b9cc138c97be8737204d5c6d54 Mon Sep 17 00:00:00 2001 From: Jordi Brunet Date: Thu, 2 Jan 2020 12:02:49 +0100 Subject: [PATCH] Create exception.php - Catalan --- resources/lang/ca/exception.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/lang/ca/exception.php diff --git a/resources/lang/ca/exception.php b/resources/lang/ca/exception.php new file mode 100644 index 000000000..a39a96662 --- /dev/null +++ b/resources/lang/ca/exception.php @@ -0,0 +1,8 @@ + [ + 'invalid' => [ + 'album' => 'Cal que afegiu una foto, un vĂ­deo o diverses fotos.', + ], + ], +];