diff --git a/README.md b/README.md
index 0026f028f..5084afad4 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 38
+ designed to serve your project documentation in a user-friendly way in 39
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 7a01edf13..d835c8f3d 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -327,56 +327,59 @@ translations for all template variables and labels in the following languages:
da / Danish |
nl / Dutch |
en / English |
- fi / Finnish |
+ et / Estonian |
+ fi / Finnish |
fr / French |
gl / Galician |
de / German |
- gr / Greek |
+ gr / Greek |
he / Hebrew |
hi / Hindi |
hr / Croatian |
- hu / Hungarian |
+ hu / Hungarian |
id / Indonesian |
it / Italian |
ja / Japanese |
- kr / Korean |
+ kr / Korean |
no / Norwegian |
nn / Norwegian (Nynorsk) |
- fa / Persian |
+ fa / Persian |
pl / Polish |
pt / Portugese |
ru / Russian |
- sr / Serbian |
+ sr / Serbian |
sh / Serbo-Croatian |
sk / Slovak |
si / Slovenian |
- es / Spanish |
+ es / Spanish |
sv / Swedish |
tr / Turkish |
uk / Ukrainian |
- vi / Vietnamese |
-
+ vi / Vietnamese |
zh / Chinese (Simplified) |
- zh-Hant / Chinese (Traditional) |
+
+ zh-Hant / Chinese (Traditional) |
zh-TW / Chinese (Taiwanese) |
-
+ |
+
+ |
Submit a new language
|
diff --git a/docs/index.md b/docs/index.md
index 97833d3b3..b9cc5e740 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 38
+ designed to serve your project documentation in a user-friendly way in 39
languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo;
diff --git a/material/partials/language/et.html b/material/partials/language/et.html
new file mode 100644
index 000000000..3ee9b27f8
--- /dev/null
+++ b/material/partials/language/et.html
@@ -0,0 +1,24 @@
+{#-
+ This file was automatically generated - do not edit
+-#}
+{% macro t(key) %}{{ {
+ "language": "et",
+ "clipboard.copy": "Kopeeri lõikelauale",
+ "clipboard.copied": "Kopeeritud",
+ "edit.link.title": "Muuda seda lehte",
+ "footer.previous": "Eelmine",
+ "footer.next": "Järgmine",
+ "meta.comments": "Kommentaarid",
+ "meta.source": "Lähtekood",
+ "search.language": "",
+ "search.pipeline.stopwords": false,
+ "search.pipeline.trimmer": false,
+ "search.placeholder": "Otsi",
+ "search.result.placeholder": "Otsimiseks kirjuta siia",
+ "search.result.none": "Otsingule ei leitud ühtegi vastet",
+ "search.result.one": "Leiti üks tulemus",
+ "search.result.other": "Leiti # tulemust",
+ "skip.link.title": "Keri sisuni",
+ "source.link.title": "Ava repositooriumis",
+ "toc.title": "Sisukord"
+}[key] }}{% endmacro %}
diff --git a/src/partials/language/et.html b/src/partials/language/et.html
new file mode 100644
index 000000000..8f3a59f7c
--- /dev/null
+++ b/src/partials/language/et.html
@@ -0,0 +1,44 @@
+
+
+
+{% macro t(key) %}{{ {
+ "language": "et",
+ "clipboard.copy": "Kopeeri lõikelauale",
+ "clipboard.copied": "Kopeeritud",
+ "edit.link.title": "Muuda seda lehte",
+ "footer.previous": "Eelmine",
+ "footer.next": "Järgmine",
+ "meta.comments": "Kommentaarid",
+ "meta.source": "Lähtekood",
+ "search.language": "",
+ "search.pipeline.stopwords": false,
+ "search.pipeline.trimmer": false,
+ "search.placeholder": "Otsi",
+ "search.result.placeholder": "Otsimiseks kirjuta siia",
+ "search.result.none": "Otsingule ei leitud ühtegi vastet",
+ "search.result.one": "Leiti üks tulemus",
+ "search.result.other": "Leiti # tulemust",
+ "skip.link.title": "Keri sisuni",
+ "source.link.title": "Ava repositooriumis",
+ "toc.title": "Sisukord"
+}[key] }}{% endmacro %}