Template:TranslationMark/SDK Docs

From Valve Developer Community
Jump to: navigation, search
SDK Docs

This page contains {{#switch}} that determines which translations of page SDK Docs should add either {{Updatetranslation}}, {{Finishtranslation}} or {{Translate}} and have their flag in {{LanguageBar}} highlighted with orange


  • Following languages are marked as either needing translation update, translation or finishing a translation (the flags are also cache purge links to the respective pages):

  Deutsch (de) Italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) Polski (pl) Português do Brasil (pt-br) Svenska (sv) Українська (uk) 中文(台灣)‎ (zh-tw)


After you click edit you can see a #switch that looks something like this

{{#switch: {{{1}}}
| ru | tr | uk = U
}}

Switch like that means that ru, tr and uk translated pages will show {{Updatetranslation}} at the top.

There are more options. Example:

{{#switch: {{{1}}}
| ru = U
| tr | uk = F
| fi = T
}}

In this case ru page shows {{Updatetranslation}}, tr and uk page shows {{Finishtranslation}} and fi page shows {{Translate}}


Pages like this can be quickly created using {{LanguageBar}}'s white flag button (on the top right of a page).

This page was generated using {{subst:TranslationMark|namespace=|base=SDK Docs}}