Update settings.php

This commit is contained in:
sausin 2018-12-14 11:21:32 +05:30 committed by GitHub
parent 1eeee80fb7
commit 7fb5fa4d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,14 @@ return [
'localisation' => [ 'localisation' => [
'tab' => 'Localisation', 'tab' => 'Localisation',
'date' => [ 'date' => [
'format' => 'Date Format', 'format' => 'Date Format',
'separator' => 'Date Separator', 'financial_start' => 'Financial year start',
'dash' => 'Dash (-)', 'separator' => 'Date Separator',
'dot' => 'Dot (.)', 'dash' => 'Dash (-)',
'comma' => 'Comma (,)', 'dot' => 'Dot (.)',
'slash' => 'Slash (/)', 'comma' => 'Comma (,)',
'space' => 'Space ( )', 'slash' => 'Slash (/)',
'space' => 'Space ( )',
], ],
'timezone' => 'Time Zone', 'timezone' => 'Time Zone',
'percent' => [ 'percent' => [