Skip to content

Commit 1d424bd

Browse files
authored
Update Spanish translations, Datepicker labels (#20260)
1 parent fa98e0b commit 1d424bd

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

packages/forms/resources/lang/es/components.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,30 @@
128128

129129
],
130130

131+
'date_time_picker' => [
132+
133+
'month_select' => [
134+
'label' => 'Mes',
135+
],
136+
137+
'year_input' => [
138+
'label' => 'Año',
139+
],
140+
141+
'hour_input' => [
142+
'label' => 'Hora',
143+
],
144+
145+
'minute_input' => [
146+
'label' => 'Minuto',
147+
],
148+
149+
'second_input' => [
150+
'label' => 'Segundo',
151+
],
152+
153+
],
154+
131155
'file_upload' => [
132156

133157
'actions' => [

0 commit comments

Comments
 (0)