Merge pull request #520 from cuneytsenturk/1.3-dev

refs #517 date rage language text
This commit is contained in:
Cüneyt Şentürk
2018-10-04 17:28:25 +03:00
committed by GitHub
2 changed files with 13 additions and 6 deletions

View File

@ -120,4 +120,11 @@ return [
'no_file_selected' => 'No file selected...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];