Skip to content

Commit

Permalink
added Arabic to locales
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKhalidJ committed Aug 3, 2018
1 parent 7d4ec0d commit a686236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Expand Up @@ -77,7 +77,7 @@
*/

'locale' => env('APP_LANG', 'en'),
'locales' => ['en', 'de', 'es', 'es_AR', 'fr', 'nl', 'pt_BR', 'sk', 'sv', 'ja', 'pl', 'it', 'ru', 'zh_CN', 'zh_TW'],
'locales' => ['en', 'ar', 'de', 'es', 'es_AR', 'fr', 'nl', 'pt_BR', 'sk', 'sv', 'ja', 'pl', 'it', 'ru', 'zh_CN', 'zh_TW'],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit a686236

Please sign in to comment.