File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
resources/views/partials/modules Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class LanguageSelector extends Component
16
16
17
17
public function __construct ()
18
18
{
19
- $ this ->formatted_languages = collect (Config::get ('localized-routes.supported-locales ' , []))->map (function ($ lang ) {
19
+ $ this ->formatted_languages = collect (Config::get ('localized-routes.supported_locales ' , []))->map (function ($ lang ) {
20
20
return [
21
21
'language_name ' => $ lang ,
22
22
'language_name_native ' => Config::get ("localized-routes.locales-name-native. {$ lang }" , Str::upper ($ lang )),
Original file line number Diff line number Diff line change 15
15
"Follow on Twitter for important dates" : " Śledź ważne daty na Twitterze" ,
16
16
"Future release" : " Przyszłe wydanie" ,
17
17
"Future releases" : " Przyszłe wydania" ,
18
- "Greetings from the author of the translations" : " Tłumaczenie: Olsza (github.com/olsza || @czlowiek_it )" ,
18
+ "Greetings from the author of the translations" : " Tłumaczenie: Olsza (github.com/olsza || www: olsza.czlowiek.it )" ,
19
19
"Keep patch updated." : " Aktualizuj poprawki." ,
20
20
"Laravel News \" Laravel Releases\" page" : " Laravel News \" Laravel Releases\" " ,
21
21
"Laravel Version" : " Wersja Laravel" ,
Original file line number Diff line number Diff line change 1
1
<header class =" py-8 bg-gray-700" >
2
2
<div class =" flex flex-col max-w-screen-xl px-4 mx-auto sm:items-center sm:justify-between sm:flex-row-reverse sm:px-6 lg:px-8" >
3
3
4
- @if (Config:: has (' localized-routes.supported-locales ' ) )
4
+ @if (Config:: has (' localized-routes.supported_locales ' ) )
5
5
<x-language-selector />
6
6
@endif
7
7
You can’t perform that action at this time.
0 commit comments