Skip to content

Commit

Permalink
Merge pull request #4 from aymanalareqi/add-arabic-translation
Browse files Browse the repository at this point in the history
Add ar translations by @aymanalareqi
  • Loading branch information
JibayMcs authored Sep 20, 2023
2 parents 0672f47 + 8e847c5 commit 3dc57d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/lang/ar/filament-tour.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

// translations for JibayMcs/FilamentTour
return [

'button' => [

'previous' => 'التالي',
'next' => 'السابق',
'done' => 'تم',

],
];

0 comments on commit 3dc57d0

Please sign in to comment.