first upload all files
This commit is contained in:
16
Modules/Tax/Resources/lang/en/attributes.php
Normal file
16
Modules/Tax/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'label' => 'Tax Class',
|
||||
'based_on' => 'Based On',
|
||||
'name' => 'Tax Name',
|
||||
'country' => 'Country',
|
||||
'state' => 'State',
|
||||
'city' => 'City',
|
||||
'zip' => 'Zip',
|
||||
'rate' => 'Rate %',
|
||||
|
||||
// Validation
|
||||
'rates.*.name' => 'Tax Name',
|
||||
'rates.*.rate' => 'Rate',
|
||||
];
|
||||
Reference in New Issue
Block a user