Skip to content

Commit

Permalink
Merge pull request #23 from simialbi/master
Browse files Browse the repository at this point in the history
added german and french translation
  • Loading branch information
Sidney Lins authored Aug 24, 2018
2 parents 753d68a + becd0dc commit 66bcea9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions messages/de-CH/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'You must fill at least {min} of the attributes {attributes}.' => 'Mindestens {min} der Attribute {attributes} müssen ausgefüllt werden.',
' or ' => ' oder ',
];

7 changes: 7 additions & 0 deletions messages/fr-CH/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'You must fill at least {min} of the attributes {attributes}.' => 'Au moins {min} des attributs {attributes} doit être rempli.',
' or ' => ' ou ',
];

0 comments on commit 66bcea9

Please sign in to comment.