added date picker #681

This commit is contained in:
denisdulici
2018-12-24 11:01:00 +03:00
parent 57352840e2
commit 84db5ede76
4 changed files with 60 additions and 16 deletions

View File

@@ -11,17 +11,17 @@ return [
],
'localisation' => [
'tab' => 'Localisation',
'date' => [
'format' => 'Date Format',
'financial_start' => 'Financial year start',
'separator' => 'Date Separator',
'dash' => 'Dash (-)',
'dot' => 'Dot (.)',
'comma' => 'Comma (,)',
'slash' => 'Slash (/)',
'space' => 'Space ( )',
],
'financial_start' => 'Financial Year Start',
'timezone' => 'Time Zone',
'date' => [
'format' => 'Date Format',
'separator' => 'Date Separator',
'dash' => 'Dash (-)',
'dot' => 'Dot (.)',
'comma' => 'Comma (,)',
'slash' => 'Slash (/)',
'space' => 'Space ( )',
],
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',