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:
parent
9ba49690af
commit
c15a9d183b
@ -35,6 +35,7 @@ The following languages are supported:
|
||||
- `cs` – Czech
|
||||
- `da` – Danish
|
||||
- `de` – German
|
||||
- `el` – Greek
|
||||
- `en` – English
|
||||
- `eo` – Esperanto
|
||||
- `es` – Spanish
|
||||
@ -43,7 +44,6 @@ The following languages are supported:
|
||||
- `fi` – Finnish
|
||||
- `fr` – French
|
||||
- `gl` – Galician
|
||||
- `gr` – Greek
|
||||
- `he` – Hebrew
|
||||
- `hi` – Hindi
|
||||
- `hr` – Croatian
|
||||
|
@ -2,7 +2,7 @@
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "gr",
|
||||
"language": "el",
|
||||
"clipboard.copy": "Αντιγραφή",
|
||||
"clipboard.copied": "Αντιγράφηκε",
|
||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
@ -22,7 +22,7 @@
|
||||
|
||||
<!-- Translations: Greek -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "gr",
|
||||
"language": "el",
|
||||
"clipboard.copy": "Αντιγραφή",
|
||||
"clipboard.copied": "Αντιγράφηκε",
|
||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
Loading…
Reference in New Issue
Block a user