Template:Translate-status/Editindro-edit

These are the statuses a translation can be put in:

Status When it should be used
missing When the translation has not been started.
in progress When a translation is in progress.
needs updating When the source of the translation has been changed and it needs updating.
proofreading When the translation is done, but is waiting for proofreading.
ready When the translation has been proofread and is ready for publishing.
published When the translation is done and has been published.
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

...