* @copyright 2007-2018 PrestaShop SA * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ class ContactLangCore extends DataLangCore { // Don't replace domain in init() with $this->domain for translation parsing protected $domain = 'Admin.Shopparameters.Feature'; protected $keys = array('id_contact'); protected $fieldsToUpdate = array('name', 'description'); }