1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add Greek translation

Why:
Cause, why not?

What:
Add the JSON file and amend locale.go to use it
This commit is contained in:
Alexandros Kosiaris 2021-07-07 18:43:14 +03:00 committed by fguillot
parent dc21991599
commit 79810413bd
2 changed files with 358 additions and 0 deletions

View file

@ -19,5 +19,6 @@ func AvailableLanguages() map[string]string {
"it_IT": "Italiano",
"ja_JP": "日本語",
"tr_TR": "Türkçe",
"el_EL": "Ελληνικά",
}
}