Create validation.php

Adding German validation file
This commit is contained in:
Christopher Kielholz 2017-10-12 20:37:37 +02:00 committed by Arandi López
parent bcd1dfe164
commit 5953e21e50
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
return [
'profane' => 'Das :attribute enthält vulgäre Wörter',
];