Skip to content

Commit

Permalink
Create translations.php (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
agencetwogether authored Apr 23, 2024
1 parent 2a36230 commit e40f881
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/lang/fr/translations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return [
'title' => 'Titre',
'description' => 'Description',
'author' => "Nom de l'auteur",
'image' => 'Image',
'characters' => 'Caractères',
];

0 comments on commit e40f881

Please sign in to comment.