File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 20
20
<flux:spacer />
21
21
22
22
<flux:navbar class =" mr-1.5 space-x-0.5 py-0!" >
23
- <flux:tooltip content =" Search" position =" bottom" >
24
- <flux:navbar .item class =" !h-10 [& >div>svg]:size-5" icon =" magnifying-glass" href =" #" label =" Search" />
23
+ <flux:tooltip : content =" __(' Search') " position =" bottom" >
24
+ <flux:navbar .item class =" !h-10 [& >div>svg]:size-5" icon =" magnifying-glass" href =" #" : label =" __(' Search') " />
25
25
</flux:tooltip >
26
- <flux:tooltip content =" Repository" position =" bottom" >
26
+ <flux:tooltip : content =" __(' Repository') " position =" bottom" >
27
27
<flux:navbar .item
28
28
class =" h-10 max-lg:hidden [& >div>svg]:size-5"
29
29
icon =" folder-git-2"
30
30
href =" https://github.com/laravel/livewire-starter-kit"
31
31
target =" _blank"
32
- label =" Repository"
32
+ : label =" __(' Repository') "
33
33
/>
34
34
</flux:tooltip >
35
- <flux:tooltip content =" Documentation" position =" bottom" >
35
+ <flux:tooltip : content =" __(' Documentation') " position =" bottom" >
36
36
<flux:navbar .item
37
37
class =" h-10 max-lg:hidden [& >div>svg]:size-5"
38
38
icon =" book-open-text"
@@ -97,7 +97,7 @@ class="flex h-full w-full items-center justify-center rounded-lg bg-neutral-200
97
97
</a >
98
98
99
99
<flux:navlist variant =" outline" >
100
- <flux:navlist .group heading =" Platform" >
100
+ <flux:navlist .group : heading =" __(' Platform') " >
101
101
<flux:navlist .item icon =" layout-grid" :href =" route('dashboard')" :current =" request()->routeIs('dashboard')" wire:navigate >
102
102
{{ __ (' Dashboard' ) } }
103
103
</flux:navlist .item >
Original file line number Diff line number Diff line change 12
12
</a >
13
13
14
14
<flux:navlist variant =" outline" >
15
- <flux:navlist .group heading =" Platform" class =" grid" >
15
+ <flux:navlist .group : heading =" __(' Platform') " class =" grid" >
16
16
<flux:navlist .item icon =" home" :href =" route('dashboard')" :current =" request()->routeIs('dashboard')" wire:navigate >{{ __ (' Dashboard' ) } } </flux:navlist .item >
17
17
</flux:navlist .group >
18
18
</flux:navlist >
@@ -110,7 +110,7 @@ class="flex h-full w-full items-center justify-center rounded-lg bg-neutral-200
110
110
<flux:menu .separator />
111
111
112
112
<flux:menu .radio.group >
113
- <flux:menu .item href =" /settings/profile" icon =" cog" wire:navigate >Settings</flux:menu .item >
113
+ <flux:menu .item href =" /settings/profile" icon =" cog" wire:navigate >{{ __ ( ' Settings' ) } } </flux:menu .item >
114
114
</flux:menu .radio.group >
115
115
116
116
<flux:menu .separator />
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function confirmPassword(): void
49
49
type =" password"
50
50
required
51
51
autocomplete =" new-password"
52
- placeholder =" Password"
52
+ : placeholder =" __(' Password') "
53
53
/>
54
54
55
55
<flux:button variant =" primary" type =" submit" class =" w-full" >{{ __ (' Confirm' ) } } </flux:button >
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ protected function throttleKey(): string
99
99
type =" password"
100
100
required
101
101
autocomplete =" current-password"
102
- placeholder =" Password"
102
+ : placeholder =" __(' Password') "
103
103
/>
104
104
105
105
@if (Route:: has (' password.request' ) )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public function register(): void
50
50
required
51
51
autofocus
52
52
autocomplete =" name"
53
- placeholder =" Full name"
53
+ : placeholder =" __(' Full name') "
54
54
/>
55
55
56
56
<!-- Email Address -->
@@ -70,7 +70,7 @@ public function register(): void
70
70
type =" password"
71
71
required
72
72
autocomplete =" new-password"
73
- placeholder =" Password"
73
+ : placeholder =" __(' Password') "
74
74
/>
75
75
76
76
<!-- Confirm Password -->
@@ -80,7 +80,7 @@ public function register(): void
80
80
type =" password"
81
81
required
82
82
autocomplete =" new-password"
83
- placeholder =" Confirm password"
83
+ : placeholder =" __(' Confirm password') "
84
84
/>
85
85
86
86
<div class =" flex items-center justify-end" >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ function ($user) {
91
91
type =" password"
92
92
required
93
93
autocomplete =" new-password"
94
- placeholder =" Password"
94
+ : placeholder =" __(' Password') "
95
95
/>
96
96
97
97
<!-- Confirm Password -->
@@ -101,7 +101,7 @@ function ($user) {
101
101
type =" password"
102
102
required
103
103
autocomplete =" new-password"
104
- placeholder =" Confirm password"
104
+ : placeholder =" __(' Confirm password') "
105
105
/>
106
106
107
107
<div class =" flex items-center justify-end" >
Original file line number Diff line number Diff line change 1
1
<div class =" relative mb-6 w-full" >
2
- <flux:heading size =" xl" level =" 1" >Settings</flux:heading >
2
+ <flux:heading size =" xl" level =" 1" >{{ __ ( ' Settings' ) } } </flux:heading >
3
3
<flux:subheading size =" lg" class =" mb-6" >{{ __ (' Manage your profile and account settings' ) } } </flux:subheading >
4
4
<flux:separator variant =" subtle" />
5
5
</div >
You can’t perform that action at this time.
0 commit comments