1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-27 17:28:38 +00:00

Added locale hi_IN

- Added translation for Hindi language used in India
- Thanks to Prince Kumar for helping in translations
                                        - जय हिन्द
This commit is contained in:
pawanrai9999 2022-07-16 17:03:06 +05:30 committed by Frédéric Guillot
parent 2659883ce5
commit 3a0aaddafd
2 changed files with 380 additions and 0 deletions

View file

@ -22,5 +22,6 @@ func AvailableLanguages() map[string]string {
"tr_TR": "Türkçe",
"el_EL": "Ελληνικά",
"fi_FI": "Suomi",
"hi_IN": "हिन्दी",
}
}