mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
Add translate for firlds
This commit is contained in:
parent
660fc0ab21
commit
31976ff84c
2 changed files with 5 additions and 5 deletions
|
@ -144,8 +144,8 @@ class RetailcrmSettings
|
|||
'en' => ['company' => 'Company', 'vat_number' => 'VAT number'],
|
||||
];
|
||||
|
||||
$company = $translate[$locale]['company'] ?? 'Firma';
|
||||
$vatNumber = $translate[$locale]['vat_number'] ?? 'CVR-nummer';
|
||||
$company = $translate[$locale]['company'] ?? 'Empresa';
|
||||
$vatNumber = $translate[$locale]['vat_number'] ?? 'Número de IVA';
|
||||
|
||||
$customFields = [
|
||||
['code' => 'ps_company', 'name' => $company, 'type' => 'string', 'displayArea' => 'customer'],
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue