Skip to content

Commit

Permalink
Merge pull request #114 from hasanalsehlawi/arabic_translation
Browse files Browse the repository at this point in the history
Adding Arabic translations.
  • Loading branch information
tabacitu authored May 3, 2021
2 parents 164af79 + 7b219b8 commit fc68576
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/resources/lang/ar/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Settings Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Laravel Backpack - Settings
|
*/
'name' => 'الإسم',
'value' => 'القيمة',
'description' => 'الوصف',
'setting_singular' => 'إعداد',
'setting_plural' => 'إعدادات',

];

0 comments on commit fc68576

Please sign in to comment.