Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,839
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<languages /> | |||
<translate> | |||
To translate a page, first one writes the content in the original language. Second, the page is marked for translation. Then, a ''human'' translates the page using organizational tools provided by the wiki extension [https://www.mediawiki.org/wiki/Extension:Translate Translate]. Tutorials for this extension can be found [https://www.mediawiki.org/wiki/Help:Extension:Translate here]. Finally, a second human reviews the translation. If a page has not yet been translated, users can see the page in the original language. If a translation has not yet been reviewed, users can see the non-reviewed translation. | To translate a page, first one writes the content in the original language. Second, the page is marked for translation. Then, a ''human'' translates the page using organizational tools provided by the wiki extension [https://www.mediawiki.org/wiki/Extension:Translate Translate]. Tutorials for this extension can be found [https://www.mediawiki.org/wiki/Help:Extension:Translate here]. Finally, a second human reviews the translation. If a page has not yet been translated, users can see the page in the original language. If a translation has not yet been reviewed, users can see the non-reviewed translation. | ||
Line 5: | Line 9: | ||
==How does one mark a new page for translation ?== | ==How does one mark a new page for translation ?== | ||
When you have written a page, you should tag it for translation. Here are the steps to do so: | When you have written a page, you should tag it for translation. Here are the steps to do so: | ||
#Ensure that the wiki code to be translated is enclosed within | #Ensure that the wiki code to be translated is enclosed within <translate> </translate> tags. | ||
#Ensure that the tag | #Ensure that the tag <languages /> appear at the very top of the page. This will show a box | ||
#Go in “View” mode, and then click on the “Mark this page for translation” | #Go in “View” mode, and then click on the “Mark this page for translation” | ||
#Review the translation units. | #Review the translation units. | ||
##Try to ensure that no wiki code (tables, tags, etc) gets translated. This can be done by breaking the page in multiple | ##Try to ensure that no wiki code (tables, tags, etc) gets translated. This can be done by breaking the page in multiple <translate> </translate> sections. | ||
#In the “Priority languages” section, write either “fr” or “en” as the priority language, that is, the language into which it needs to be translated. | #In the “Priority languages” section, write either “fr” or “en” as the priority language, that is, the language into which it needs to be translated. | ||
#Click on “Mark this version for translation” | #Click on “Mark this version for translation” | ||
Line 15: | Line 19: | ||
==How does one mark changes to a page for translation ?== | ==How does one mark changes to a page for translation ?== | ||
First, try to mark a page for translation only once it is stable. | First, try to mark a page for translation only once it is stable. | ||
Second, if you do have to make a change to a page that has been translated, make sure you do NOT change the tags of the form | Second, if you do have to make a change to a page that has been translated, make sure you do NOT change the tags of the form <!--T:3-->. Those are automatically generated. | ||
Once you have done your edits, you can mark the changes to be translated by doing the following : | Once you have done your edits, you can mark the changes to be translated by doing the following : | ||
#Ensure that the new text to be translated is enclosed within | #Ensure that the new text to be translated is enclosed within <translate> </translate> tags. | ||
#Go in “View” mode. You should see the text “This page has changes since it was last marked for translation.” at the top of the page. Click on “marked for translation”. | #Go in “View” mode. You should see the text “This page has changes since it was last marked for translation.” at the top of the page. Click on “marked for translation”. | ||
#Review the translation units. | #Review the translation units. | ||
##Try to ensure that no wiki code (tables, tags, etc) gets translated. This can be done by breaking the page in multiple | ##Try to ensure that no wiki code (tables, tags, etc) gets translated. This can be done by breaking the page in multiple <translate> </translate> sections. | ||
#In the “Priority languages” section, write either “fr” or “en” as the priority language, that is, the language into which it needs to be translated. | #In the “Priority languages” section, write either “fr” or “en” as the priority language, that is, the language into which it needs to be translated. | ||
#Click on “Mark this version for translation” | #Click on “Mark this version for translation” | ||
</translate> |