mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed invalid ISO language code for Greek (#3183)
This commit is contained in:
committed by
GitHub
parent
9ba49690af
commit
c15a9d183b
@@ -35,6 +35,7 @@ The following languages are supported:
|
|||||||
- `cs` – Czech
|
- `cs` – Czech
|
||||||
- `da` – Danish
|
- `da` – Danish
|
||||||
- `de` – German
|
- `de` – German
|
||||||
|
- `el` – Greek
|
||||||
- `en` – English
|
- `en` – English
|
||||||
- `eo` – Esperanto
|
- `eo` – Esperanto
|
||||||
- `es` – Spanish
|
- `es` – Spanish
|
||||||
@@ -43,7 +44,6 @@ The following languages are supported:
|
|||||||
- `fi` – Finnish
|
- `fi` – Finnish
|
||||||
- `fr` – French
|
- `fr` – French
|
||||||
- `gl` – Galician
|
- `gl` – Galician
|
||||||
- `gr` – Greek
|
|
||||||
- `he` – Hebrew
|
- `he` – Hebrew
|
||||||
- `hi` – Hindi
|
- `hi` – Hindi
|
||||||
- `hr` – Croatian
|
- `hr` – Croatian
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
This file was automatically generated - do not edit
|
This file was automatically generated - do not edit
|
||||||
-#}
|
-#}
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "gr",
|
"language": "el",
|
||||||
"clipboard.copy": "Αντιγραφή",
|
"clipboard.copy": "Αντιγραφή",
|
||||||
"clipboard.copied": "Αντιγράφηκε",
|
"clipboard.copied": "Αντιγράφηκε",
|
||||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<!-- Translations: Greek -->
|
<!-- Translations: Greek -->
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "gr",
|
"language": "el",
|
||||||
"clipboard.copy": "Αντιγραφή",
|
"clipboard.copy": "Αντιγραφή",
|
||||||
"clipboard.copied": "Αντιγράφηκε",
|
"clipboard.copied": "Αντιγράφηκε",
|
||||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||||
Reference in New Issue
Block a user