Make Export As CSV action fully localizable #4732
-
Make Export As CSV action fully localizable by applying translate Select::make(__('Type'), 'writerType')->options(function () {
return [
'csv' => 'CSV (.csv)',
'xlsx' => 'Excel (.xlsx)',
];
})->default($default)->rules(['required', Rule::in(['csv', 'xlsx'])]) Text::make(__('Filename'), 'filename')->default($default)->rules(['required', 'min:1']) |
Beta Was this translation helpful? Give feedback.
Answered by
davidhemphill
Aug 24, 2022
Replies: 1 comment
-
This has been added and will be included in the next release. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kusab85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been added and will be included in the next release. 👍