Template:Translate/doc: Difference between revisionsGive feedback
documentation initial |
m how to help translate |
||
| Line 1: | Line 1: | ||
=How to help translate= | |||
Navigate to [[Data:Dictionary]] and add the translations for a specific key there. For example, to translate 'Patch notes' to spanish (es), edit the record in the Dictionary from | |||
<pre> | |||
"Patch notes": { | |||
"en": "Patch notes", | |||
"ru": "Содержание обновления" | |||
} | |||
</pre> | |||
to | |||
<pre> | |||
"Patch notes": { | |||
"en": "Patch notes", | |||
"ru": "Содержание обновления", | |||
"es": "Notas de revision" | |||
} | |||
</pre> | |||
Similarly, if translating a new key not yet added, simply add the record that looks like the above at the bottom of the page, but be sure the last curly brace } has a comma afterwards. | |||
=Example= | =Example= | ||
<pre style="width: fit-content">{{Translate|Patch notes}}</pre> | <pre style="width: fit-content">{{Translate|Patch notes}}</pre> | ||