Skip to content

Commit

Permalink
adding the ability to configure the render hook name
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh committed Jul 16, 2023
1 parent 42f05c9 commit 1d986ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/filament-language-switch.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| "composer require stijnvanouplines/blade-country-flags"
*/

'flag' => true,
'flag' => false,

/*
|--------------------------------------------------------------------------
Expand All @@ -41,7 +41,7 @@
'en' => ['name' => 'English', 'script' => 'Latn', 'native' => 'English', 'flag_code' => 'us'],
'fr' => ['name' => 'French', 'script' => 'Latn', 'native' => 'français', 'flag_code' => 'fr'],

'ace' => ['name' => 'Achinese', 'script' => 'Latn', 'native' => 'Aceh', 'flag_code' => ''],
// 'ace' => ['name' => 'Achinese', 'script' => 'Latn', 'native' => 'Aceh', 'flag_code' => ''],
//'af' => ['name' => 'Afrikaans', 'script' => 'Latn', 'native' => 'Afrikaans', 'flag_code' => '' ],
//'agq' => ['name' => 'Aghem', 'script' => 'Latn', 'native' => 'Aghem', 'flag_code' => '' ],
//'ak' => ['name' => 'Akan', 'script' => 'Latn', 'native' => 'Akan', 'flag_code' => '' ],
Expand Down

0 comments on commit 1d986ee

Please sign in to comment.