Difference between revisions of "Category:Languages pages"

From Minetest Wiki
Jump to navigation Jump to search
(Added "Translating pages" and "Supported languages" sections)
(added more description text and a tutorial for contributers)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
'''Languages pages''' are pages that have the language selection toolbar on them.
 
'''Languages pages''' are pages that have the language selection toolbar on them.
  
== Translating pages ==
+
Only the english pages should be listed here, the language specific subpages will be moved into the language specific categories.
  
To translate a page, create a new page with <code>/<LanguageCode></code> appended to the end, where <code><LanguageCode></code> corresponds to the language that you are translating for. (See the [[#Supported languages|supported languages]] section for a list of language codes.) For example, translating the <code>Dirt</code> page into German would be done by creating the <code>Dirt/de</code> page, copying everything from the <code>Dirt</code> page, and translating it all into German.
+
There are more then 1300 pages at the moment and I will appreciate any help with this.  
  
Many pages use templates that are in English, such as {{nowrap|<code>[[:Template:Block Data]]</code>}}. Templates can be translated by going to {{nowrap|<code>Template:<TemplateName>/<LanguageCode></code>}}, where <code><TemplateName></code> is inside <code>{{</code> and <code>}}</code>. For example, {{nowrap|<code><nowiki>{{Block Data}}</nowiki></code>}} is found at {{nowrap|<code>[[:Template:Block Data]]</code>}}, and the German version is found at {{nowrap|<code>[[:Template:Block Data/de]]</code>}} and can be used with {{nowrap|<code><nowiki>{{Block Data/de}}</nowiki></code>}}.
+
If want to help, enter the subpages and edit it by replacing the <nowiki>{{Language}}</nowiki> template with <nowiki>{{Language|nocat=1}}</nowiki>
  
'''Note:''' Some templates use Scribunto modules, which currently do not support translation. In such cases, copy the template from another translated version (e.g. copying {{nowrap|<code>[[:Template:Block Data/de]]</code>}} to {{nowrap|<code>[[:Template:Block Data/es]]</code>}}) and look at the English version to help with the process of translating the template.
+
The template can be found at the top of the page, if it isn't there search for it, remove it and place the replacement at the top instead.
  
== Supported languages ==
+
After that add the language specific category, best in the language specific letters (look here for further informations: [https://wiki.minetest.net/Category:Translated_Pages Category:Translated_Pages])
  
{| class = "wikitable"
+
Do not forget to save the edit.
! Language name !! Language code
 
|-
 
| {{#language:ar}} || ar
 
|-
 
| {{#language:ast}} || ast
 
|-
 
| {{#language:az}} || az
 
|-
 
| {{#language:bcc}} || bcc
 
|-
 
| {{#language:bg}} || bg
 
|-
 
| {{#language:br}} || br
 
|-
 
| {{#language:bn}} || bn
 
|-
 
| {{#language:bs}} || bs
 
|-
 
| {{#language:ca}} || ca
 
|-
 
| {{#language:cs}} || cs
 
|-
 
| {{#language:da}} || da
 
|-
 
| {{#language:de}} || de
 
|-
 
| {{#language:diq}} || diq
 
|-
 
| {{#language:el}} || el
 
|-
 
| {{#language:eo}} || eo
 
|-
 
| {{#language:es}} || es
 
|-
 
| {{#language:fa}} || fa
 
|-
 
| {{#language:fi}} || fi
 
|-
 
| {{#language:fr}} || fr
 
|-
 
| {{#language:gl}} || gl
 
|-
 
| {{#language:gu}} || gu
 
|-
 
| {{#language:he}} || he
 
|-
 
| {{#language:hi}} || hi
 
|-
 
| {{#language:hu}} || hu
 
|-
 
| {{#language:hy}} || hy
 
|-
 
| {{#language:id}} || id
 
|-
 
| {{#language:io}} || io
 
|-
 
| {{#language:it}} || it
 
|-
 
| {{#language:ja}} || ja
 
|-
 
| {{#language:ka}} || ka
 
|-
 
| {{#language:kk}} || kk
 
|-
 
| {{#language:km}} || km
 
|-
 
| {{#language:ko}} || ko
 
|-
 
| {{#language:ksh}} || ksh
 
|-
 
| {{#language:kw}} || kw
 
|-
 
| {{#language:la}} || la
 
|-
 
| {{#language:min}} || min
 
|-
 
| {{#language:mk}} || mk
 
|-
 
| {{#language:ml}} || ml
 
|-
 
| {{#language:mr}} || mr
 
|-
 
| {{#language:ms}} || ms
 
|-
 
| {{#language:nl}} || nl
 
|-
 
| {{#language:no}} || no
 
|-
 
| {{#language:oc}} || oc
 
|-
 
| {{#language:or}} || or
 
|-
 
| {{#language:pl}} || pl
 
|-
 
| {{#language:pt}} || pt
 
|-
 
| {{#language:pt-br}} || pt-br
 
|-
 
| {{#language:ro}} || ro
 
|-
 
| {{#language:ru}} || ru
 
|-
 
| {{#language:si}} || si
 
|-
 
| {{#language:sk}} || sk
 
|-
 
| {{#language:sl}} || sl
 
|-
 
| {{#language:so}} || so
 
|-
 
| {{#language:sq}} || sq
 
|-
 
| {{#language:sr}} || sr
 
|-
 
| {{#language:sv}} || sv
 
|-
 
| {{#language:ta}} || ta
 
|-
 
| {{#language:th}} || th
 
|-
 
| {{#language:tr}} || tr
 
|-
 
| {{#language:uk}} || uk
 
|-
 
| {{#language:vi}} || vi
 
|-
 
| {{#language:yi}} || yi
 
|-
 
| {{#language:yue}} || yue
 
|-
 
| {{#language:zh}} || zh
 
|-
 
| {{#language:zh-hans}} || zh-hans
 
|-
 
| {{#language:zh-hant}} || zh-hant
 
|-
 
| {{#language:zh-tw}} || zh-tw
 
|}
 
  
[[Category:Special Categories]]
+
[[Category:Wiki related]]

Latest revision as of 06:53, 16 April 2021

Languages pages are pages that have the language selection toolbar on them.

Only the english pages should be listed here, the language specific subpages will be moved into the language specific categories.

There are more then 1300 pages at the moment and I will appreciate any help with this.

If want to help, enter the subpages and edit it by replacing the {{Language}} template with {{Language|nocat=1}}

The template can be found at the top of the page, if it isn't there search for it, remove it and place the replacement at the top instead.

After that add the language specific category, best in the language specific letters (look here for further informations: Category:Translated_Pages)

Do not forget to save the edit.

Subcategories

This category has the following 2 subcategories, out of 2 total.

Pages in category "Languages pages"

The following 200 pages are in this category, out of 865 total.

(previous page) (next page)
(previous page) (next page)