Skip to content

Commit

Permalink
Merge pull request #1447 from krayin/locale-twice
Browse files Browse the repository at this point in the history
chore: #1431 fixed transalations
  • Loading branch information
jitendra-webkul authored Aug 23, 2024
2 parents b310043 + fa3118c commit 18addf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
*/

'available_locales' => [
'en' => 'English',
'fa' => 'فارسی',
'tr' => 'Türkçe',
'ar' => 'Arabic',
'en' => 'English',
'es' => 'Español',
'fa' => 'Persian',
'tr' => 'Türkçe',
],

/*
Expand Down

0 comments on commit 18addf0

Please sign in to comment.