i18n(settings): wrap delivery methods CheckboxList with I18n::opts + 3 keys
OnlineOrder::DELIVERY values (Ridicare din service / Curier / Poștă) weren't translated; now go through I18n::opts and have RU/EN entries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -213,7 +213,7 @@ class Settings extends Page
|
||||
Forms\Components\Toggle::make('shop_enabled')->label(__('Magazin activ'))->columnSpanFull(),
|
||||
Forms\Components\CheckboxList::make('shop_delivery_methods')
|
||||
->label(__('Metode de livrare'))
|
||||
->options(\App\Models\Tenant\OnlineOrder::DELIVERY)
|
||||
->options(\App\Support\I18n::opts(\App\Models\Tenant\OnlineOrder::DELIVERY))
|
||||
->default(['pickup'])
|
||||
->columnSpanFull(),
|
||||
Forms\Components\TextInput::make('shop_delivery_fee')->label(__('Taxă livrare'))->numeric()->default(0),
|
||||
|
||||
Reference in New Issue
Block a user