mybb / mybb/docs.mybb.com

Document translation of tasks

Open
#213 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.