Help:Translating: Difference between revisions

Help page
No edit summary
Marked this version for translation
Line 1: Line 1:
<languages />
<languages />
<translate>The Resonite wiki uses the [https://www.mediawiki.org/wiki/Extension:Translate Translate MediaWiki extension], for enabling translations and for content to be surfaced in different languages.</translate>
<translate><!--T:1--> The Resonite wiki uses the [https://www.mediawiki.org/wiki/Extension:Translate Translate MediaWiki extension], for enabling translations and for content to be surfaced in different languages.</translate>


<translate>The extension has [https://www.mediawiki.org/wiki/Help:Extension:Translate extensive documentation] and [https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_example video tutorials available].</translate>
<translate><!--T:2--> The extension has [https://www.mediawiki.org/wiki/Help:Extension:Translate extensive documentation] and [https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_example video tutorials available].</translate>


<translate>For brevity, we'll also present some information here.</translate>
<translate><!--T:3--> For brevity, we'll also present some information here.</translate>


<translate>== Preparing a page for translation ==</translate>
<translate>== Preparing a page for translation == <!--T:4--></translate>
<translate>This information is based on [https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_example mediawiki's tutorial].</translate>
<translate><!--T:5--> This information is based on [https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_example mediawiki's tutorial].</translate>


# <translate>Ensure the page is at a reasonable level of stability</translate>
# <translate><!--T:6--> Ensure the page is at a reasonable level of stability</translate>
#* <translate>Pages that are under construction or change frequently should not be included until they are ready.</translate>
#* <translate><!--T:7--> Pages that are under construction or change frequently should not be included until they are ready.</translate>
# <translate>Add <nowiki><languages /></nowiki> to the top of the page in the ''source editing'' view.</translate>
# <translate><!--T:8--> Add <nowiki><languages /></nowiki> to the top of the page in the ''source editing'' view.</translate>
# <translate>Surround translatable elements in <nowiki><translate></translate></nowiki> tags.</translate>
# <translate><!--T:9--> Surround translatable elements in <nowiki><translate></translate></nowiki> tags.</translate>
#* <translate>See further guidance on this below</translate>
#* <translate><!--T:10--> See further guidance on this below</translate>
# <translate>Mark this page for translation</translate>
# <translate><!--T:11--> Mark this page for translation</translate>


<translate>
<translate>
<!--T:12-->
== Tutorials ==
== Tutorials ==
We have a number of tutorials available for translating pages:</translate>
We have a number of tutorials available for translating pages:</translate>


* [https://www.youtube.com/watch?v=weR8pwJKejs <translate>preparing a page for translations by ProbablePrime</translate>]
* [https://www.youtube.com/watch?v=weR8pwJKejs <translate><!--T:13--> preparing a page for translations by ProbablePrime</translate>]
* [https://www.youtube.com/watch?v=ACuCSuklPRk <translate>translating a page by ProbablePrime</translate>]
* [https://www.youtube.com/watch?v=ACuCSuklPRk <translate><!--T:14--> translating a page by ProbablePrime</translate>]


<translate>
<translate>
<!--T:15-->
== Best practices for translate tags ==
== Best practices for translate tags ==
These are based on [https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_administration#Markup_examples Mediawiki's Examples].
These are based on [https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_administration#Markup_examples Mediawiki's Examples].
</translate>
</translate>


* <translate>Do not wrap the whole page in <nowiki><translate></nowiki></translate>
* <translate><!--T:16--> Do not wrap the whole page in <nowiki><translate></nowiki></translate>
** <translate>This is a problem we had in he past which lead to confusion sometimes.</translate>
** <translate><!--T:17--> This is a problem we had in he past which lead to confusion sometimes.</translate>
* <translate>Instead wrap select parts with the tags.</translate>
* <translate><!--T:18--> Instead wrap select parts with the tags.</translate>
* <translate>A good example is actually the [https://www.mediawiki.org/w/index.php?title=Help:Extension:Translate/Page_translation_administration&action=edit source of previous linked mediawiki page].</translate>
* <translate><!--T:19--> A good example is actually the [https://www.mediawiki.org/w/index.php?title=Help:Extension:Translate/Page_translation_administration&action=edit source of previous linked mediawiki page].</translate>
* <translate>Be careful around:</translate>
* <translate><!--T:20--> Be careful around:</translate>
** <translate>Tables</translate>
** <translate><!--T:21--> Tables</translate>
** <translate>Images</translate>
** <translate><!--T:22--> Images</translate>
** <translate>Templates</translate>
** <translate><!--T:23--> Templates</translate>
** <translate>Lists</translate>
** <translate><!--T:24--> Lists</translate>
<translate>
<translate>
<!--T:25-->
=== Tables ===
=== Tables ===
'''Don't''':
'''Don't''':
Line 61: Line 64:
</pre>
</pre>
</translate>
</translate>
* <translate>Wrapping a whole table in translate tags makes it hard to translate.</translate>
* <translate><!--T:26--> Wrapping a whole table in translate tags makes it hard to translate.</translate>
<translate>
<translate>
<!--T:27-->
'''Do'''
'''Do'''
<pre>
<pre>
Line 79: Line 83:
</pre>
</pre>
</translate>
</translate>
* <translate>Wrapping each individual item in translate tags makes it '''easier''' to translate.</translate>
* <translate><!--T:28--> Wrapping each individual item in translate tags makes it '''easier''' to translate.</translate>


<translate>
<translate>
<!--T:29-->
== Images ==
== Images ==
Wrap only, the description/alt-text in <nowiki><translate></nowiki> e.g.
Wrap only, the description/alt-text in <nowiki><translate></nowiki> e.g.
Line 91: Line 96:


<translate>
<translate>
<!--T:30-->
== Example Pages ==
== Example Pages ==
The following pages have examples of '''good''' uses of the <nowiki><translate></nowiki> tags:
The following pages have examples of '''good''' uses of the <nowiki><translate></nowiki> tags:
</translate>
</translate>
* [[Resonite Team]]
* [[Resonite Team]]

Revision as of 07:49, 19 January 2024

The Resonite wiki uses the Translate MediaWiki extension, for enabling translations and for content to be surfaced in different languages.

The extension has extensive documentation and video tutorials available.

For brevity, we'll also present some information here.

Preparing a page for translation

This information is based on mediawiki's tutorial.

  1. Ensure the page is at a reasonable level of stability
    • Pages that are under construction or change frequently should not be included until they are ready.
  2. Add <languages /> to the top of the page in the source editing view.
  3. Surround translatable elements in <translate></translate> tags.
    • See further guidance on this below
  4. Mark this page for translation

Tutorials

We have a number of tutorials available for translating pages:

Best practices for translate tags

These are based on Mediawiki's Examples.

  • Do not wrap the whole page in <translate>
    • This is a problem we had in he past which lead to confusion sometimes.
  • Instead wrap select parts with the tags.
  • A good example is actually the source of previous linked mediawiki page.
  • Be careful around:
    • Tables
    • Images
    • Templates
    • Lists

Tables

Don't:


<translate>

{| class="wikitable"
|+ Food complements
|-
|Orange
|Apple
|-
|Bread
|Pie
|-
|Butter
|Ice cream
|}

</translate>

  • Wrapping a whole table in translate tags makes it hard to translate.

Do

{| class="wikitable"
|+<translate nowrap>Food complements</translate>
|-
|<translate nowrap>Orange</translate>
|<translate nowrap>Apple</translate>
|-
|<translate nowrap>Bread</translate>
|<translate nowrap>Pie</translate>
|-
|<translate nowrap>Butter</translate>
|<translate nowrap>Ice cream</translate>
|}
  • Wrapping each individual item in translate tags makes it easier to translate.

Images

Wrap only, the description/alt-text in <translate> e.g.


[[File:MediaWiki database schema latest.svg|thumb|link=https://www.mediawiki.org/w/index.php?title=Manual:Database_layout/diagram&action=render|<translate>Database schema of MediaWiki core</translate>]]

Example Pages

The following pages have examples of good uses of the <translate> tags: