1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Add Ukrainian locale

This commit is contained in:
Leonid Shevtsov 2022-08-15 19:13:47 +03:00 committed by Frédéric Guillot
parent ffafa810da
commit 594e9a6039
3 changed files with 390 additions and 24 deletions

View file

@ -23,5 +23,6 @@ func AvailableLanguages() map[string]string {
"el_EL": "Ελληνικά",
"fi_FI": "Suomi",
"hi_IN": "हिन्दी",
"uk_UA": "Українська",
}
}