Added French 🇫🇷

This commit is contained in:
Miguel Nogueira 2020-09-02 19:52:01 +01:00
parent 6b7d2db612
commit 727c14d0c2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ return [
'en' => ['name' => 'English', 'script' => 'Latn', 'native' => 'English', 'regional' => 'en_GB'],
'es' => ['name' => 'Spanish', 'script' => 'Latn', 'native' => 'Español', 'regional' => 'es_ES'],
'pt' => ['name' => 'Portuguese', 'script' => 'Latn', 'native' => 'Português', 'regional' => 'pt_PT'],
'fr' => ['name' => 'French', 'script' => 'Latn', 'native' => 'Français', 'regional' => 'fr_FR'],
],
// Requires middleware `LaravelSessionRedirect.php`.