1. After adding xx_Custom.pm (ru_Custom.pm - contains only nontranslating terms in original file ru.pm) file, not work translation from original xx.pm language file (ru.pm).
2. if I add a few operators such as
Code: Select all
$Self->{Translation} = {
'Admin' => '7777777',
'Preferences updated successfully!' => 'ОБНОВЛЕНО',
'Edit personal preferences' => 'Редактировать настройки',
};
# ITSM additional terms
$Self->{Translation} = {
'CMDB' => 'БД CMDB',
'Hardware' => 'Прочее "железо"',
};