As per https://github.com/mybb/mybb/pull/5180 Document the translation of task titles and descriptions: File: `/inc/languages/english/admin/tools_tasks.lang.php` ```PHP $l = [ ///... 'task_hourlycleanup_title' => 'Hourly Cleanup', 'task_hourlycleanup_description' => 'Cleans out old searches, captcha images, registration questions and expires redirects.', ///... ]; ``` https://github.com/mybb/docs.mybb.com/blob/gh-pages/1.8/development/translations/index.md Regards.
As per mybb/mybb#5180
Document the translation of task titles and descriptions:
File:
/inc/languages/english/admin/tools_tasks.lang.phphttps://github.com/mybb/docs.mybb.com/blob/gh-pages/1.8/development/translations/index.md
Regards.