Template:Translate-status/Category

Sortkey legend
# Status What does it mean?
0   published The translation is done and has been published.
1   ready The translation has been proofread and is ready for publishing.
2   proofreading The translation is done, but is waiting for proofreading.
3   needs updating The source of the translation has been changed and it needs updating.
4   in progress The translation is in progress.
5   missing The translation has not been started.

[[Category:Translation/{{{1}}}]]

Template documentation


This template is the base template for translation projects. It is meant to be simpler to use for translators than the Translation2 template is.

(This documentation page is not done, it will be completed later.)

Usage edit

Usage edit

The template uses a system of subtemplates for projects and languages to give the translators and easy overview of the pages that need to be translated into their language.

Create a new translation project edit

To create a new translation project, create a subtemplate of this one containing the following parameters:

{{Translate-status/core
| project = <project name>
| language = {{{language|en}}}

| page1 = ''<Page name 1>''
| page2 = ''<Page name 2>''
| page3 = ''<Page name 3>''
...
| page20 = ''<Page name 20>''

| status1 = {{{<Page name 1>|}}}
| status2 = {{{<Page name 2>|}}}
| status3 = {{{<Page name 3>|}}}
...
| status20 = {{{<Page name 20>|}}}
}}

Example edit

{{Translate-status/core
| project = Fundraising 2011
| language = {{{language|en}}}

| page1 = Core messages
| page2 = Jimmy Appeal 001

| status1 = {{{Core messages|}}}
| status2 = {{{Jimmy Appeal 001|}}}
}}

Creating preload template edit

{{Translate-status/<project name>
| language = {{<includeonly>subst:</includeonly>SUBPAGENAME}}

| <Page name 1>  =
| <Page name 2>  =
| <Page name 3>  =
...
| <Page name 20> =
}}

Example edit

{{Translate-status/Fundraising 2011
| language = {{<includeonly>subst:</includeonly>SUBPAGENAME}}

| Core messages    =
| Jimmy Appeal 001 =
}}

Include creation link in translation page edit

...