Browse Source

Create exception.php - Catalan

Jordi Brunet 5 years ago
parent
commit
f96cc2974d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      resources/lang/ca/exception.php

+ 8 - 0
resources/lang/ca/exception.php

@@ -0,0 +1,8 @@
+<?php
+return [
+	'compose' => [
+		'invalid' => [
+			'album' => 'Cal que afegiu una foto, un vídeo o diverses fotos.',
+		],
+	],
+];