Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Help:Language translation: Difference between revisions

Help page
Created page with "TF2 Classic Wiki is capable of handling '''multilingual content''' very similarly to the TF2 Wiki. Currently, because of the very small number of active contributors, it isn't expected for every pages to be translated and maintained. == How to translate a 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. # Navigate to..."
 
more link informations
Line 14: Line 14:
#* 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.
#* For example, if there is a link to <code><nowiki>[[Troubleshooting]]</nowiki></code> while translating the page, you'd want to change it to <code><nowiki>[[Troubleshooting/fr|Dépannage]]</nowiki></code> to make the link redirect to the translated page while showing the page's translated title: [[Troubleshooting/fr|Dépannage]]
#* If there is a link to <code><nowiki>[[Troubleshooting]]</nowiki></code> while translating the page, you'd want to add a pipe character <code><nowiki>[[Troubleshooting/fr|Dépannage]]</nowiki></code> 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 <code><nowiki>[[Troubleshooting|click here]]</nowiki></code>, just translated what's after it: <code><nowiki>[[Troubleshooting/fr|cliquez ici]]</nowiki></code>
#* If there is a link to a section <code><nowiki>[[Troubleshooting#See also]]</nowiki></code>, 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></code>
#* If there's an interwiki link <code><nowiki>[[tf:Scattergun]]</nowiki></code> or <code><nowiki>[[wikipedia:Wall]]</nowiki></code>, if possible please change it to link to the translated version of the page: <code><nowiki>[[tf:Scattergun/fr]]</nowiki></code> or <code><nowiki>[[wikipedia:fr:Mur]]</nowiki></code>
#* If there's an external link <code><nowiki>[https://example.com/ Example page]</nowiki></code>, you'd want to translate the text of the link: <code><nowiki>[https://example.com/ Page d'exemple]</nowiki></code>
#** 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 there is a category <code><nowiki>[[Category:Gamemodes]]</nowiki></code>, you'd just want to add the language code in there: <code><nowiki>[[Category:Gamemodes/de]]</nowiki></code>
#* If there is a category <code><nowiki>[[Category:Gamemodes]]</nowiki></code>, you'd just want to add the language code in there: <code><nowiki>[[Category:Gamemodes/de]]</nowiki></code>
This procedure is identical to the procedure to translate a page on the TF2 Wiki.
This procedure is identical to the procedure to translate a page on the TF2 Wiki.