Спасипотому что за бесплатный модуль, только в catalog/controller/extension/unsubscribe/unsubscribe.php нужно заменить
$this->load->language('extension/unsubscribe/unsubscribe/');
на
$this->load->language('extension/unsubscribe/unsubscribe');
и скопировать catalog/language/russian в catalog/language/ru-ru
Даже можно добавить простенький модификатор для добавления заголовка List-Unsubscribe: в письмо.
<file path="system/library/mail/mail.php">
<operation>
<search trim="true" index="0"><![CDATA[
$header .= 'Content-Type: multipart/mixed; boundary="' . $boundary . '"' . PHP_EOL . PHP_EOL;
]]></search>
<add position="before" trim="false" offset="0"><#', $this->html ? $this->html : $this->text, $m)) {
$header .= 'List-Unsubscribe: <' . html_entity_decode($m[1], ENT_QUOTES) . '>' . PHP_EOL;
}
]]></add>
</operation>
</file>