diff --git a/README.md b/README.md
index f519d5f3f..ede3cd623 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 34
+ designed to serve your project documentation in a user-friendly way in 35
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 194823a16..65e232876 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -331,32 +331,38 @@ translations for all template variables and labels in the following languages:
gl / Galician |
de / German |
+ gr / Greek |
he / Hebrew |
- hi / Hindi |
+ hi / Hindi |
hr / Croatian |
hu / Hungarian |
id / Indonesian |
- it / Italian |
+ it / Italian |
ja / Japanese |
kr / Korean |
no / Norwegian |
- fa / Persian |
+ fa / Persian |
pl / Polish |
pt / Portugese |
ru / Russian |
- sr / Serbian |
+ sr / Serbian |
sh / Serbo-Croatian |
sk / Slovak |
es / Spanish |
+
+
sv / Swedish |
+ tr / Turkish |
+ uk / Ukrainian |
+ vi / Vietnamese |
@@ -367,15 +373,8 @@ translations for all template variables and labels in the following languages:
|
-
- zh-TW / Chinese (Taiwanese)
- |
- tr / Turkish |
- uk / Ukrainian |
-
-
- vi / Vietnamese |
-
+ | zh-TW / Chinese (Taiwanese) |
+
Submit a new language
|
diff --git a/docs/index.md b/docs/index.md
index 624ffff92..bdfde4c60 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 34
+ designed to serve your project documentation in a user-friendly way in 35
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 ffef6ebc4..404002ee7 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -79,7 +79,7 @@ pip show mkdocs-material
### 3.0.4 _ September 3, 2018
* Updated Dutch translations
-* Fixed #856: Removef preconnect meta tag if Google Fonts are disabled
+* Fixed #856: Removed preconnect meta tag if Google Fonts are disabled
### 3.0.3 _ August 7, 2018
diff --git a/material/partials/language/gr.html b/material/partials/language/gr.html
new file mode 100644
index 000000000..e276f0c9f
--- /dev/null
+++ b/material/partials/language/gr.html
@@ -0,0 +1,21 @@
+{% macro t(key) %}{{ {
+ "language": "gr",
+ "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": "# αντίστοιχα αρχεία",
+ "skip.link.title": "Μετάβαση στο περιεχόμενο",
+ "source.link.title": "Μετάβαση στο αποθετήριο",
+ "toc.title": "Πίνακας περιεχομένων"
+}[key] }}{% endmacro %}
diff --git a/src/partials/language/gr.html b/src/partials/language/gr.html
new file mode 100644
index 000000000..2520823f2
--- /dev/null
+++ b/src/partials/language/gr.html
@@ -0,0 +1,44 @@
+
+
+
+{% macro t(key) %}{{ {
+ "language": "gr",
+ "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": "# αντίστοιχα αρχεία",
+ "skip.link.title": "Μετάβαση στο περιεχόμενο",
+ "source.link.title": "Μετάβαση στο αποθετήριο",
+ "toc.title": "Πίνακας περιεχομένων"
+}[key] }}{% endmacro %}