Document translation of tasks
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 27
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
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
$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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read 1.8/development/translations/index.md in the docs repository and compare it with the task language definitions in /inc/languages/english/admin/tools_tasks.lang.php. Document how task titles and descriptions are translated, using the supplied task keys and text as the reference. Done means the translation guidance covers these task fields clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100