also i18n issue here
sdm-logs-list-table.php
parent::__construct(array(
'singular' => __('Download', 'sdm_lang'), //singular name of the listed records
'plural' => __('Downloads', 'sdm_lang'), //plural name of the listed records
'ajax' => false //does this table support ajax?
));
prevents items from mass deleting from the download log
what i’ve done:
1. added DownloadX and scan-field _n:1,2 to poedit
2. ‘Download’ and ‘Downloads’ keeped untranslated
3. applied patch https://pastebin.com/B5dJBDYg (also swaps ‘Download’ and download counter)
ps. my lang ru_RU and there is no translation inside the package, so here is my translation
https://www.dropbox.com/s/3evrhshrxh6chuc/langs_ru.zip?dl=0