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

Add Polish translation

This commit is contained in:
Sebastian Korotkiewicz 2018-02-17 20:29:14 +01:00 committed by fguillot
parent 205aef595b
commit 4eceeaaca4
3 changed files with 444 additions and 1 deletions

1
locale/locale.go Normal file → Executable file
View file

@ -30,5 +30,6 @@ func AvailableLanguages() map[string]string {
"en_US": "English",
"fr_FR": "Français",
"de_DE": "Deutsch",
"pl_PL": "Polski",
}
}