Difference between revisions of "Category:Languages pages"
CraigyDavi (talk | contribs) (change category) |
(Added "Translating pages" and "Supported languages" sections) |
||
Line 1: | Line 1: | ||
− | + | '''Languages pages''' are pages that have the language selection toolbar on them. | |
+ | |||
+ | == Translating pages == | ||
+ | |||
+ | 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. | ||
+ | |||
+ | 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>}}. | ||
+ | |||
+ | '''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. | ||
+ | |||
+ | == Supported languages == | ||
+ | |||
+ | {| class = "wikitable" | ||
+ | ! 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:Special Categories]] |
Revision as of 16:09, 12 April 2017
Languages pages are pages that have the language selection toolbar on them.
Translating pages
To translate a page, create a new page with /<LanguageCode>
appended to the end, where <LanguageCode>
corresponds to the language that you are translating for. (See the supported languages section for a list of language codes.) For example, translating the Dirt
page into German would be done by creating the Dirt/de
page, copying everything from the Dirt
page, and translating it all into German.
Many pages use templates that are in English, such as Template:Block Data
. Templates can be translated by going to Template:<TemplateName>/<LanguageCode>
, where <TemplateName>
is inside {{
and }}
. For example, {{Block Data}}
is found at Template:Block Data
, and the German version is found at Template:Block Data/de
and can be used with {{Block Data/de}}
.
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 Template:Block Data/de
to Template:Block Data/es
) and look at the English version to help with the process of translating the template.
Supported languages
Language name | Language code |
---|---|
العربية | ar |
asturianu | ast |
azərbaycanca | az |
جهلسری بلوچی | bcc |
български | bg |
brezhoneg | br |
বাংলা | bn |
bosanski | bs |
català | ca |
čeština | cs |
dansk | da |
Deutsch | de |
Zazaki | diq |
Ελληνικά | el |
Esperanto | eo |
español | es |
فارسی | fa |
suomi | fi |
français | fr |
galego | gl |
ગુજરાતી | gu |
עברית | he |
हिन्दी | hi |
magyar | hu |
հայերեն | hy |
Bahasa Indonesia | id |
Ido | io |
italiano | it |
日本語 | ja |
ქართული | ka |
қазақша | kk |
ភាសាខ្មែរ | km |
한국어 | ko |
Ripoarisch | ksh |
kernowek | kw |
Latina | la |
Minangkabau | min |
македонски | mk |
മലയാളം | ml |
मराठी | mr |
Bahasa Melayu | ms |
Nederlands | nl |
norsk | no |
occitan | oc |
ଓଡ଼ିଆ | or |
polski | pl |
português | pt |
português do Brasil | pt-br |
română | ro |
русский | ru |
සිංහල | si |
slovenčina | sk |
slovenščina | sl |
Soomaaliga | so |
shqip | sq |
српски / srpski | sr |
svenska | sv |
தமிழ் | ta |
ไทย | th |
Türkçe | tr |
українська | uk |
Tiếng Việt | vi |
ייִדיש | yi |
粵語 | yue |
中文 | zh |
中文(简体) | zh-hans |
中文(繁體) | zh-hant |
中文(台灣) | zh-tw |
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 867 total.
(previous page) (next page)A
- Acacia Bush Stem
- Acacia Bush Stem/de
- Acacia Bush Stem/ms
- Acacia Tree
- Acacia Tree/de
- Acacia Tree/fr
- Acacia Tree/ms
- Air
- Air/de
- Air/fr
- Air/ja
- Air/ms
- Air/pt-br
- Template:Animated
- Template:Animated/doc
- Apple
- Apple Tree
- Apple Tree/fr
- Apple/de
- Apple/fr
- Apple/ms
- Apple/pt-br
- Template:Armor
- Armor
- Armor/de
- Template:Armor/doc
- Aspen Tree
- Aspen Tree/de
- Aspen Tree/fr
- Aspen Tree/ms
- Aspen Tree/pt-br
- Axe
- Axe/de
- Axe/fr
B
- Template:Bed
- Bed
- Bed/de
- Template:Bed/de
- Bed/fr
- Template:Bed/fr
- Binoculars
- Binoculars/de
- Biomes
- Biomes/de
- Biomes/ja
- Blueberries
- Blueberries/ms
- Boat/de
- Bone
- Bone/de
- Bones
- Bones/de
- Bones/fr
- Book
- Book/de
- Book/fr
- Bookshelf
- Bookshelf/fr
- Bread
- Bread/de
- Bread/fr
- Bread/ms
- Brick Block
- Brick Block/de
- Brick Block/fr
- Brick/fr
- Bronze Block
- Bronze Block/de
- Bronze Block/fr
- Bronze Ingot
- Bronze Ingot/de
- Bronze Ingot/fr
- Brown Mushroom
- Brown Mushroom/de
- Brown Mushroom/fr
- Brown Mushroom/ms
- Bucket
- Bucket/de
- Bucket/fr
- Building
- Building a home
- Building a home/de
- Building/de
- Building/fr
- Building/ms
- Building/pt-br
- Bush Leaves
- Bush Leaves/de
- Bush Leaves/ms
- Bush Saplings
- Bush Saplings/de
- Bush Saplings/ms
- Bush Stem
- Bush Stem/de
- Bush Stem/ms
- Bushes
- Bushes/de
- Bushes/ms
C
- Cactus
- Cactus/de
- Cactus/fr
- Cactus/ms
- Celeron55
- Celeron55/fr
- Celeron55/it
- Celeron55/ja
- Celeron55/ms
- Celeron55/pt-br
- Chat
- Chat window
- Chest
- Chest/de
- Chest/fr
- Template:Citation needed
- Clay
- Clay Brick
- Clay Brick/fr
- Clay Lump
- Clay Lump/fr
- Clay/de
- Clay/fr
- Clay/ms
- Template:Clear
- Template:Clear/doc
- Cloud
- Cloud/fr
- Coal Block
- Coal Block/fr
- Coal Lump
- Coal Lump/fr
- Coal Ore
- Coal Ore/fr
- Coal Ore/ms
- Coal Ore/ru
- Cobblestone
- Cobblestone/fr
- Cobblestone/ms
- Command line
- Command line/ja
- Minetest Wiki:Community portal
- Minetest Wiki:Community portal/fr
- Console
- Console/fr
- Controls
- Controls/ja
- Coordinates
- Coordinates/fr
- Copper Block
- Copper Block/fr
- Copper Ingot
- Copper Ingot/fr
- Copper Lump
- Copper Lump/fr
- Copper Ore
- Copper Ore/fr
- Copper Ore/ms
- Coral (rooted)
- Coral Skeleton
- Coral Skeleton/fr
- Coral Skeleton/ms
- Coral/fr
- Coral/ms
- Cotton
- Cotton (item)/fr
- Cotton (plant)/fr
- Cotton Plant
- Cotton Plant/de
- Cotton Seed
- Cotton Seed/de
- Cotton Seed/es
- Cotton Seed/fr
- Cotton/de
- Cotton/ms
- Crafting
- Crafting guide
- Crafting guide/de
- Crafting guide/ms
- Crafting/de
- Crafting/fr
- Crafting/it
- Crafting/ms
- Crafting/pt-br
- Creating texture packs
- Creative mode