diff --git a/README.md b/README.md
index 5b50ce829..6fc797817 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ theme:
## What to expect
* Responsive design and fluid layout for all kinds of screens and devices,
- designed to serve your project documentation in a user-friendly way in 27
+ designed to serve your project documentation in a user-friendly way in 29
languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo;
diff --git a/docs/getting-started.md b/docs/getting-started.md
index c840addae..52120a03a 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -319,38 +319,38 @@ translations for all template variables and labels in the following languages:
ar / Arabic |
ca / Catalan |
+ cs / Czech |
da / Danish |
- nl / Dutch |
+ nl / Dutch |
en / English |
fi / Finnish |
fr / French |
- gl / Galician |
+ gl / Galician |
de / German |
he / Hebrew |
+ hi / Hindi |
+
+
hu / Hungarian |
it / Italian |
-
-
ja / Japanese |
kr / Korean |
+
+
no / Norwegian |
fa / Persian |
-
-
pl / Polish |
pt / Portugese |
- ru / Russian |
- sk / Slovak |
+ ru / Russian |
+ sk / Slovak |
es / Spanish |
sv / Swedish |
- tr / Turkish |
- uk / Ukrainian |
|
@@ -361,12 +361,13 @@ translations for all template variables and labels in the following languages:
|
- vi / Vietnamese |
-
+ | tr / Turkish |
+ uk / Ukrainian |
+ vi / Vietnamese |
+
Submit a new language
|
-
diff --git a/docs/index.md b/docs/index.md
index c7f9cefc9..91824a0d1 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -29,7 +29,7 @@ theme:
## What to expect
* Responsive design and fluid layout for all kinds of screens and devices,
- designed to serve your project documentation in a user-friendly way in 27
+ designed to serve your project documentation in a user-friendly way in 29
languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo;
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 539103c05..93d307aa0 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -49,7 +49,7 @@ pip show mkdocs-material
### 2.9.0 _ June 13, 2018
* Added support for theme color on Android
-* Fixed [#796][796] Rendering of nested tabbed code blocks
+* Fixed [#796][796]: Rendering of nested tabbed code blocks
[796]: https://github.com/squidfunk/mkdocs-material/issues/796
diff --git a/material/partials/language/cs.html b/material/partials/language/cs.html
new file mode 100644
index 000000000..73712b11e
--- /dev/null
+++ b/material/partials/language/cs.html
@@ -0,0 +1,20 @@
+{% macro t(key) %}{{ {
+ "language": "cs",
+ "clipboard.copy": "Kopírovat do schránky",
+ "clipboard.copied": "Zkopírováno do schránky",
+ "edit.link.title": "Upravit tuto stránku",
+ "footer.previous": "Předchozí",
+ "footer.next": "Další",
+ "meta.comments": "Komentáře",
+ "meta.source": "Zdroj",
+ "search.language": "ro",
+ "search.placeholder": "Hledat",
+ "search.result.placeholder": "Pište co se má vyhledat",
+ "search.result.none": "Nenalezeny žádné dokumenty",
+ "search.result.one": "Nalezený dokument: 1",
+ "search.result.other": "Nalezené dokumenty: #",
+ "search.tokenizer": "[\s\-]+",
+ "skip.link.title": "Přeskočit obsah",
+ "source.link.title": "Přejít do repozitáře",
+ "toc.title": "Obsah"
+}[key] }}{% endmacro %}
diff --git a/material/partials/language/hi.html b/material/partials/language/hi.html
new file mode 100644
index 000000000..e3260cb49
--- /dev/null
+++ b/material/partials/language/hi.html
@@ -0,0 +1,22 @@
+{% macro t(key) %}{{ {
+ "language": "hi",
+ "clipboard.copy": "क्लिपबोर्ड पर कॉपी करें",
+ "clipboard.copied": "क्लिपबोर्ड पर कॉपी कर दिया गया",
+ "edit.link.title": "इस पृष्ठ को संपादित करें",
+ "footer.previous": "पिछला",
+ "footer.next": "आगामी",
+ "meta.comments": "टिप्पणियाँ",
+ "meta.source": "स्रोत",
+ "search.language": "",
+ "search.pipeline.stopwords": false,
+ "search.pipeline.trimmer": false,
+ "search.placeholder": "खोज",
+ "search.result.placeholder": "खोज शुरू करने के लिए टाइप करें",
+ "search.result.none": "कोई मिलान डॉक्यूमेंट नहीं",
+ "search.result.one": "1 मिलान डॉक्यूमेंट",
+ "search.result.other": "# मिलान डाक्यूमेंट्स",
+ "search.tokenizer": "[\s\-]+",
+ "skip.link.title": "विषय पर बढ़ें",
+ "source.link.title": "रिपॉजिटरी पर जाएं",
+ "toc.title": "विषय - सूची"
+}[key] }}{% endmacro %}
diff --git a/src/partials/language/cs.html b/src/partials/language/cs.html
new file mode 100644
index 000000000..99bd74510
--- /dev/null
+++ b/src/partials/language/cs.html
@@ -0,0 +1,43 @@
+
+
+
+{% macro t(key) %}{{ {
+ "language": "cs",
+ "clipboard.copy": "Kopírovat do schránky",
+ "clipboard.copied": "Zkopírováno do schránky",
+ "edit.link.title": "Upravit tuto stránku",
+ "footer.previous": "Předchozí",
+ "footer.next": "Další",
+ "meta.comments": "Komentáře",
+ "meta.source": "Zdroj",
+ "search.language": "ro",
+ "search.placeholder": "Hledat",
+ "search.result.placeholder": "Pište co se má vyhledat",
+ "search.result.none": "Nenalezeny žádné dokumenty",
+ "search.result.one": "Nalezený dokument: 1",
+ "search.result.other": "Nalezené dokumenty: #",
+ "search.tokenizer": "[\s\-]+",
+ "skip.link.title": "Přeskočit obsah",
+ "source.link.title": "Přejít do repozitáře",
+ "toc.title": "Obsah"
+}[key] }}{% endmacro %}
diff --git a/src/partials/language/hi.html b/src/partials/language/hi.html
new file mode 100644
index 000000000..220b4c84b
--- /dev/null
+++ b/src/partials/language/hi.html
@@ -0,0 +1,45 @@
+
+
+
+{% macro t(key) %}{{ {
+ "language": "hi",
+ "clipboard.copy": "क्लिपबोर्ड पर कॉपी करें",
+ "clipboard.copied": "क्लिपबोर्ड पर कॉपी कर दिया गया",
+ "edit.link.title": "इस पृष्ठ को संपादित करें",
+ "footer.previous": "पिछला",
+ "footer.next": "आगामी",
+ "meta.comments": "टिप्पणियाँ",
+ "meta.source": "स्रोत",
+ "search.language": "",
+ "search.pipeline.stopwords": false,
+ "search.pipeline.trimmer": false,
+ "search.placeholder": "खोज",
+ "search.result.placeholder": "खोज शुरू करने के लिए टाइप करें",
+ "search.result.none": "कोई मिलान डॉक्यूमेंट नहीं",
+ "search.result.one": "1 मिलान डॉक्यूमेंट",
+ "search.result.other": "# मिलान डाक्यूमेंट्स",
+ "search.tokenizer": "[\s\-]+",
+ "skip.link.title": "विषय पर बढ़ें",
+ "source.link.title": "रिपॉजिटरी पर जाएं",
+ "toc.title": "विषय - सूची"
+}[key] }}{% endmacro %}