2020-07-17 01:15:59 +03:00
|
|
|
|
---
|
|
|
|
|
template: overrides/main.html
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Changing the language
|
|
|
|
|
|
|
|
|
|
Material for MkDocs supports internationalization (i18n) and provides
|
2020-07-17 14:08:27 +03:00
|
|
|
|
translations for template variables and labels in 40+ languages. Additionally,
|
2021-10-10 18:39:53 +03:00
|
|
|
|
the site search can be configured to use a language-specific stemmer, if
|
|
|
|
|
available.
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
|
|
### Site language
|
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
[:octicons-tag-24: 1.12.0][language support] ·
|
|
|
|
|
:octicons-milestone-24: Default: `en`
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
You can set the site language in `mkdocs.yml` with:
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
theme:
|
|
|
|
|
language: en
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
The following languages are supported:
|
|
|
|
|
|
2021-10-05 00:36:31 +03:00
|
|
|
|
<div class="mdx-columns" markdown>
|
2020-12-21 19:38:58 +03:00
|
|
|
|
|
|
|
|
|
- `af` – Afrikaans
|
|
|
|
|
- `ar` – Arabic
|
2021-01-26 12:48:59 +03:00
|
|
|
|
- `bg` – Bulgarian
|
2020-12-21 19:38:58 +03:00
|
|
|
|
- `bn` – Bengali (Bangla)
|
|
|
|
|
- `ca` – Catalan
|
|
|
|
|
- `cs` – Czech
|
|
|
|
|
- `da` – Danish
|
|
|
|
|
- `de` – German
|
|
|
|
|
- `en` – English
|
|
|
|
|
- `eo` – Esperanto
|
|
|
|
|
- `es` – Spanish
|
|
|
|
|
- `et` – Estonian
|
|
|
|
|
- `fa` – Persian (Farsi)
|
|
|
|
|
- `fi` – Finnish
|
|
|
|
|
- `fr` – French
|
|
|
|
|
- `gl` – Galician
|
|
|
|
|
- `gr` – Greek
|
|
|
|
|
- `he` – Hebrew
|
|
|
|
|
- `hi` – Hindi
|
|
|
|
|
- `hr` – Croatian
|
|
|
|
|
- `hu` – Hungarian
|
|
|
|
|
- `id` – Indonesian
|
2021-03-05 12:36:46 +03:00
|
|
|
|
- `is` – Icelandic
|
2020-12-21 19:38:58 +03:00
|
|
|
|
- `it` – Italian
|
|
|
|
|
- `ja` – Japanese
|
|
|
|
|
- `ka` – Georgian
|
|
|
|
|
- `kr` – Korean
|
2021-05-30 12:52:16 +03:00
|
|
|
|
- `mn` – Mongolian
|
2020-12-21 19:38:58 +03:00
|
|
|
|
- `my` – Burmese
|
|
|
|
|
- `nl` – Dutch
|
|
|
|
|
- `nn` – Norwegian (Nynorsk)
|
|
|
|
|
- `no` – Norwegian
|
|
|
|
|
- `pl` – Polish
|
|
|
|
|
- `pt` – Portuguese
|
|
|
|
|
- `ro` – Romanian
|
|
|
|
|
- `ru` – Russian
|
|
|
|
|
- `sh` – Serbo-Croatian
|
2021-02-14 19:36:39 +03:00
|
|
|
|
- `si` – Sinhalese
|
2020-12-21 19:38:58 +03:00
|
|
|
|
- `sk` – Slovak
|
2021-02-14 19:36:39 +03:00
|
|
|
|
- `sl` – Slovenian
|
2020-12-21 19:38:58 +03:00
|
|
|
|
- `sr` – Serbian
|
|
|
|
|
- `sv` – Swedish
|
|
|
|
|
- `th` – Thai
|
|
|
|
|
- `tr` – Turkish
|
|
|
|
|
- `uk` – Ukrainian
|
|
|
|
|
- `vi` – Vietnamese
|
|
|
|
|
- `zh` – Chinese (Simplified)
|
|
|
|
|
- `zh-Hant` – Chinese (Traditional)
|
|
|
|
|
- `zh-TW` – Chinese (Taiwanese)
|
|
|
|
|
- [Add language](https://bit.ly/38F5RCa)
|
|
|
|
|
|
|
|
|
|
</div>
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
Note that some languages will produce unreadable anchor links due to the way
|
|
|
|
|
the default slug function works. Consider using a [Unicode-aware slug function].
|
2020-09-06 14:35:18 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
[language support]: https://github.com/squidfunk/mkdocs-material/releases/tag/1.12.0
|
|
|
|
|
[Unicode-aware slug function]: setting-up-navigation.md#slugify
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
2020-12-06 19:41:10 +03:00
|
|
|
|
### Site language selector
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
[:octicons-tag-24: 7.0.0][alternate support] ·
|
|
|
|
|
:octicons-milestone-24: Default: _none_ ·
|
2021-02-22 22:08:49 +03:00
|
|
|
|
:octicons-beaker-24: Experimental
|
2020-12-06 19:41:10 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
If your documentation is available in multiple languages, a language selector
|
|
|
|
|
pointing to those languages can be added to the header. Alternate languages
|
|
|
|
|
can be defined via `mkdocs.yml`.
|
2020-12-06 19:41:10 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
extra:
|
|
|
|
|
alternate:
|
|
|
|
|
- name: English
|
2021-10-10 18:39:53 +03:00
|
|
|
|
link: /en/ # (1)
|
2020-12-06 19:41:10 +03:00
|
|
|
|
lang: en
|
|
|
|
|
- name: Deutsch
|
2021-10-10 18:39:53 +03:00
|
|
|
|
link: /de/
|
2020-12-06 19:41:10 +03:00
|
|
|
|
lang: de
|
|
|
|
|
```
|
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
1. Note that this must be an absolute link. If it includes a domain part, it's
|
|
|
|
|
used as defined. Otherwise the domain part of the [`site_url`][site_url] as
|
|
|
|
|
set in `mkdocs.yml` is prepended to the link.
|
2020-12-06 19:41:10 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
The following properties must be set for each alternate language:
|
2020-12-06 19:41:10 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
`name`{ #language-name }
|
2020-12-06 19:41:10 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
: :octicons-milestone-24: Default: _none_ · :octicons-alert-24: Required –
|
|
|
|
|
This field is used inside the language selector as the name of the language
|
|
|
|
|
and must be set to a non-empty string.
|
2020-12-06 19:41:10 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
`link`{ #language-link }
|
|
|
|
|
|
|
|
|
|
: :octicons-milestone-24: Default: _none_ · :octicons-alert-24: Required –
|
|
|
|
|
This field must be set to an absolute link, which might also point to
|
|
|
|
|
another domain or subdomain not necessarily generated with MkDocs.
|
|
|
|
|
|
|
|
|
|
`lang`{ #language-lang }
|
|
|
|
|
|
|
|
|
|
: :octicons-milestone-24: Default: _none_ · :octicons-alert-24: Required –
|
|
|
|
|
This field must contain a valid [ISO 639-1 language code] and is used for
|
|
|
|
|
the `hreflang` attribute of the link, improving discoverability via search
|
|
|
|
|
engines.
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
[![Language selector]][Language selector]
|
2020-07-17 14:08:27 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
[alternate support]: https://github.com/squidfunk/mkdocs-material/releases/tag/7.0.0
|
|
|
|
|
[site_url]: https://www.mkdocs.org/user-guide/configuration/#site_url
|
|
|
|
|
[ISO 639-1 language code]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
|
|
|
|
[Language selector]: ../assets/screenshots/language-selection.png
|
2020-07-17 14:08:27 +03:00
|
|
|
|
|
|
|
|
|
### Directionality
|
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
[:octicons-tag-24: 2.5.0][direction support] ·
|
2020-07-20 16:18:09 +03:00
|
|
|
|
:octicons-milestone-24: Default: _automatically set_
|
2020-07-17 14:08:27 +03:00
|
|
|
|
|
2020-07-17 01:15:59 +03:00
|
|
|
|
While many languages are read `ltr` (left-to-right), Material for MkDocs also
|
2021-10-10 18:39:53 +03:00
|
|
|
|
supports `rtl` (right-to-left) directionality which is deduced from the
|
2020-07-17 01:15:59 +03:00
|
|
|
|
selected language, but can also be set with:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
theme:
|
|
|
|
|
direction: ltr
|
|
|
|
|
```
|
|
|
|
|
|
2020-12-21 19:38:58 +03:00
|
|
|
|
Click on a tile to change the directionality:
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
2021-02-24 20:02:09 +03:00
|
|
|
|
<div class="mdx-switch">
|
2020-07-19 23:23:26 +03:00
|
|
|
|
<button data-md-dir="ltr"><code>ltr</code></button>
|
|
|
|
|
<button data-md-dir="rtl"><code>rtl</code></button>
|
|
|
|
|
</div>
|
2020-07-17 01:15:59 +03:00
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
var buttons = document.querySelectorAll("button[data-md-dir]")
|
|
|
|
|
buttons.forEach(function(button) {
|
|
|
|
|
button.addEventListener("click", function() {
|
2020-07-17 14:08:27 +03:00
|
|
|
|
var attr = this.getAttribute("data-md-dir")
|
|
|
|
|
document.body.dir = attr
|
2021-10-10 18:39:53 +03:00
|
|
|
|
var name = document.querySelector("#__code_3 code span:nth-child(5)")
|
2020-07-17 14:08:27 +03:00
|
|
|
|
name.textContent = attr
|
2020-07-17 01:15:59 +03:00
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
[direction support]: https://github.com/squidfunk/mkdocs-material/releases/tag/2.5.0
|
2020-07-17 15:33:52 +03:00
|
|
|
|
|
|
|
|
|
## Customization
|
|
|
|
|
|
2020-07-23 14:17:50 +03:00
|
|
|
|
### Custom translations
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
2021-09-20 19:38:36 +03:00
|
|
|
|
If you want to customize some of the translations for a language, just follow
|
2021-10-10 18:39:53 +03:00
|
|
|
|
the guide on [theme extension] and create a new partial in the `overrides`
|
|
|
|
|
folder. Then import the [translations] of your language as a fallback and only
|
|
|
|
|
adjust the ones you want to override:
|
2020-07-23 14:17:50 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
=== ":octicons-file-code-16: partials/languages/custom.html"
|
2020-07-17 15:33:52 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
``` html
|
|
|
|
|
<!-- Import translations for your language as fallback -->
|
|
|
|
|
{% import "partials/languages/" ~ config.theme.language ~ ".html" as fallback %}
|
|
|
|
|
{% macro override(key) %}{{ {
|
|
|
|
|
"toc.title": "On this page" <!-- (1) -->
|
|
|
|
|
}[key] }}{% endmacro %}
|
2021-09-20 19:38:36 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
<!-- Re-export translations -->
|
|
|
|
|
{% macro t(key) %}{{ override(key) or fallback.t(key) }}{% endmacro %}
|
|
|
|
|
```
|
2020-07-17 15:33:52 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
1. Check the [list of available languages], pick the translation you want
|
|
|
|
|
to override for your language and add them here.
|
2020-07-17 15:33:52 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
=== ":octicons-file-code-16: mkdocs.yml"
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
theme:
|
|
|
|
|
language: custom
|
|
|
|
|
```
|
2020-07-17 15:33:52 +03:00
|
|
|
|
|
2021-10-10 18:39:53 +03:00
|
|
|
|
[theme extension]: ../customization.md#extending-the-theme
|
|
|
|
|
[translations]: https://github.com/squidfunk/mkdocs-material/blob/master/src/partials/languages/
|
|
|
|
|
[list of available languages]: https://github.com/squidfunk/mkdocs-material/blob/master/src/partials/languages/
|