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

Add Spanish translation

This commit is contained in:
e.g. pavelka 2019-01-23 22:45:47 -05:00 committed by fguillot
parent 04b6eb509c
commit c71681b197
3 changed files with 547 additions and 0 deletions

View file

@ -8,6 +8,7 @@ package locale // import "miniflux.app/locale"
func AvailableLanguages() map[string]string {
return map[string]string{
"en_US": "English",
"es_ES": "Español",
"fr_FR": "Français",
"de_DE": "Deutsch",
"pl_PL": "Polski",