diff --git a/addons/default/visiosoft/profile-module/resources/lang/tr/field.php b/addons/default/visiosoft/profile-module/resources/lang/tr/field.php index 6a3d972cb..c91b19040 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/tr/field.php @@ -430,5 +430,15 @@ return [ 'choose' => [ 'name' => 'SeƧ' ], - 'my_address' => 'Benim adresim' + 'my_address' => 'Benim adresim', + + 'company' => [ + 'name' => 'Company Name' + ], + 'tax_office' => [ + 'name' => 'Tax Office' + ], + 'tax_number' => [ + 'name' => 'Tax Number' + ], ];