diff --git a/material/partials/languages/gr.html b/material/partials/languages/gr.html
new file mode 100644
index 000000000..4cd610d46
--- /dev/null
+++ b/material/partials/languages/gr.html
@@ -0,0 +1,5 @@
+{#-
+ This file was automatically generated - do not edit
+-#}
+{% import "partials/languages/el.html" as lang %}
+{% macro t(key) %}{{ lang.t(key) }}{% endmacro %}
diff --git a/src/partials/languages/gr.html b/src/partials/languages/gr.html
new file mode 100644
index 000000000..116e4ae51
--- /dev/null
+++ b/src/partials/languages/gr.html
@@ -0,0 +1,27 @@
+
+
+
+{% import "partials/languages/el.html" as lang %}
+
+
+{% macro t(key) %}{{ lang.t(key) }}{% endmacro %}