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