Help:Language translation: Difference between revisions
Help page
More actions
Technochips (talk | contribs) added newly added languages |
mNo edit summary |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
Currently, because of the very small number of active contributors, it isn't expected for every pages to be translated and maintained. | Currently, because of the very small number of active contributors, it isn't expected for every pages to be translated and maintained. | ||
For a list of all pages on the wiki, please check out [[TF2Classic Wiki:Translations]] and visit the subpage for your respective language to see which articles have yet to be translated. | |||
== How to translate a page == | == How to translate a page == | ||
Follow these steps to translate a new page: | Follow these steps to translate a new page: | ||
# Go to the page you wish to translate and click "Edit" (or "View source"). Select and copy the entirety of its code. | # Go to the page you wish to translate and click "Edit" (or "View source"). Select and copy the entirety of its code. | ||
# Navigate to the new language by adding | # Navigate to the new language by adding {{code|/xx}} to the end of the article, where {{code|xx}} is replaced with the ISO639-1 code of the language you wish to translate to. | ||
#* Example: | #* Example: {{code|[[Installation/fr|https://wiki.tf2classic.com/wiki/Installation/fr]]}} to direct you to the French Translation of the [[Installation]] page. | ||
# Paste the code of the English page. | # Paste the code of the English page. | ||
# Place | # Place {{code|<nowiki>{{DISPLAYTITLE:abcxyz}}</nowiki>}} at the very top of the page to translate the page's title. | ||
#* For example, | #* For example, {{code|<nowiki>{{DISPLAYTITLE:Instalación}}</nowiki>}} will properly change the page name to {{code|Instalación}} while keeping the URL be {{code|Installation/es}}. | ||
#* Do not add more than one new line, or else there'll be awkward padding at the top of the page. | |||
# You can start translating the page! | # You can start translating the page! | ||
#* Whenever possible, refer to the in-game translations and localization files for any official translated terms. | #* Whenever possible, refer to the in-game translations and localization files for any official translated terms. | ||
# Change every single links and categories to properly link to the right place. | # Change every single links and categories to properly link to the right place. | ||
#* If there is a link to | #* If there is a link to {{code|<nowiki>[[Troubleshooting]]</nowiki>}} while translating the page, you'd want to add a pipe character {{code|<nowiki>[[Troubleshooting/fr|Dépannage]]</nowiki>}} to make the link redirect to the translated page while showing the page's translated title: [[Troubleshooting/fr|Dépannage]] | ||
#* If there's already a pipe character | #* If there's already a pipe character {{code|<nowiki>[[Troubleshooting|click here]]</nowiki>}}, just translate what's after it: {{code|<nowiki>[[Troubleshooting/fr|cliquez ici]]</nowiki>}} | ||
#* If there is a link to a section | #* If there is a link to a section {{code|<nowiki>[[Troubleshooting#See also]]</nowiki>}}, you'd want to change what's after the number sign to properly link to the existing section of the linked translated page: {{code|<nowiki>[[Troubleshooting/fr#Voir aussi]]</nowiki>}} | ||
#* If there's an interwiki link | #* If there's an interwiki link {{code|<nowiki>[[tf:Scattergun]]</nowiki>}} or {{code|<nowiki>[[wikipedia:Wall]]</nowiki>}}, if possible please change it to link to the translated version of the page: {{code|<nowiki>[[tf:Scattergun/fr]]</nowiki>}} or {{code|<nowiki>[[wikipedia:fr:Mur]]</nowiki>}} | ||
#* If there's an external link | #* If there's an external link {{code|<nowiki>[https://example.com/ Example page]</nowiki>}}, you'd want to translate the text of the link: {{code|<nowiki>[https://example.com/ Page d'exemple]</nowiki>}} | ||
#** If possible, look for an officially translated version of the linked page, and place that there instead. | #** If possible, look for an officially translated version of the linked page, and place that there instead. | ||
#** If it's a link to the official TF2 Classic Discord, please add a mention that it is English-only. | #** If it's a link to the official TF2 Classic Discord, please add a mention that it is English-only. | ||
#* If there is a category | #* If there is a category {{code|<nowiki>[[Category:Gamemodes]]</nowiki>}}, you'd just want to add the language code in there: {{code|<nowiki>[[Category:Gamemodes/de]]</nowiki>}} | ||
This procedure is identical to the procedure | This procedure is identical to the procedure of translating a page on the TF2 Wiki. | ||
If done correctly, the translated page should automatically show up on the sidebar. See [[TF2Classic Wiki:Language test]] to see it in action. | If done correctly, the translated page should automatically show up on the sidebar. See [[TF2Classic Wiki:Language test]] to see it in action. | ||
| Line 28: | Line 31: | ||
== List of supported languages == | == List of supported languages == | ||
The wiki supports every languages that Steam and the Source Engine supports. However, only a fraction have an official translation for TF2 Classic. It is advised to not translate any pages to a language which TF2 Classic hasn't been translated to. If you | The wiki supports every languages that Steam and the Source Engine supports. However, only a fraction have an official translation for TF2 Classic. It is advised to not translate any pages to a language which TF2 Classic hasn't been translated to. If that's the case, and if you feel like it, you can apply to translate TF2 Classic to your language by asking nicely on [https://discord.gg/3zMk4vn our official Discord server]. | ||
{| class="wikitable grid" style="margin-top:1em;" | {| class="wikitable grid" style="margin-top:1em;" | ||
|- | |- | ||
! class="header" | Wiki language code | ! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Wiki language code | ||
! class="header" | English name | ! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | English name | ||
! class="header" | Steam language code | ! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Steam language code | ||
|- | |- | ||
| – || {{#language:en|{{PAGELANGUAGE}}}} || english | | – || {{#language:en|{{PAGELANGUAGE}}}} || english | ||
| Line 47: | Line 50: | ||
|- | |- | ||
| de || {{#language:de|{{PAGELANGUAGE}}}} || german | | de || {{#language:de|{{PAGELANGUAGE}}}} || german | ||
|- | |||
| el || {{#language:el|{{PAGELANGUAGE}}}} || greek | |||
|- | |- | ||
| es || {{#language:es|{{PAGELANGUAGE}}}} || spanish | | es || {{#language:es|{{PAGELANGUAGE}}}} || spanish | ||
| Line 93: | Line 98: | ||
|- | |- | ||
|} | |} | ||
[[Category:Help pages]] | |||