Skip to Content
DocumentationFolder StructureTranslations

Translations

Documentation can be localized into various languages supported by the wiki. This applies to all types of pages, folder metadata as well as some game files.

Placement

      • _meta.json
      • introduction.mdx
          • _meta.json
          • introduction.mdx

Localized files must be placed under translated/<lang> inside the documentation directory, where <lang> is the code for your desired language as it appears in this table.

Layout

The localized folder structure follows the same layout as the project root, with some exceptions to what files can be placed under it.

Currently, the following content may be translated:

Translated content takes precedence over the default locale when being loaded. However, untranslated files will still be shown even when the locale is non-default, therefore it is recommended to translate all files whenever possible.

Supported languages

Below is a table of all currently supported translation target languages on the Wiki. The code corresponds to the name of the folder to use when translating documentation. All codes match those used by Minecraft’s own packs.

NameCode
Czechcs_cz
Germande_de
Spanishes_es
Frenchfr_fr
Hungarianhu_hu
Italianit_it
Japaneseja_jp
Koreanko_kr
Malayms_my
Malay (Jawi)zlm_arab
Polishpl_pl
Russianru_ru
Swedishsv_se
Turkishtr_tr
Ukrainianuk_ua
Chinese Simplifiedzh_cn
Chinese Traditionalzh_tw

Didn’t find your language?

If your desired language does not appear in the table, let us know on Discord  or GitHub  and we’ll be happy to add it.

Last updated on