Fixed invalid ISO language code for Greek (#3183)

This commit is contained in:
Alkis Georgopoulos 2021-11-04 21:50:48 +02:00 committed by GitHub
parent 9ba49690af
commit c15a9d183b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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": "Επεξεργασία αυτής της σελίδας",

View File

@ -22,7 +22,7 @@
<!-- Translations: Greek -->
{% macro t(key) %}{{ {
"language": "gr",
"language": "el",
"clipboard.copy": "Αντιγραφή",
"clipboard.copied": "Αντιγράφηκε",
"edit.link.title": "Επεξεργασία αυτής της σελίδας",