mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Excel headings make translatable
This commit is contained in:
parent
8caff286d3
commit
6e75c57426
@ -312,4 +312,5 @@ return [
|
||||
'advs' => 'Advs',
|
||||
'site' => 'Site',
|
||||
'subscription' => 'Subscription',
|
||||
'created' => 'Created',
|
||||
];
|
||||
|
||||
@ -64,16 +64,16 @@ class AdvsExport implements WithMapping, FromCollection, WithHeadings
|
||||
{
|
||||
return [
|
||||
'ID',
|
||||
'Name',
|
||||
'Description',
|
||||
'Currency',
|
||||
'Price',
|
||||
'Standard Price',
|
||||
'Created By Id',
|
||||
'Categories',
|
||||
'Country',
|
||||
'City',
|
||||
'District',
|
||||
trans('module::field.name.name'),
|
||||
trans('module::field.description'),
|
||||
trans('module::field.currency.name'),
|
||||
trans('module::field.price.name'),
|
||||
trans('module::field.standard_price.name'),
|
||||
trans('module::field.created'),
|
||||
trans('module::field.categories'),
|
||||
trans('module::field.country.name'),
|
||||
trans('module::field.city.name'),
|
||||
trans('module::field.district.name'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user