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

Turkish language

This commit is contained in:
Taylan Tatlı 2021-03-17 22:43:08 +03:00 committed by fguillot
parent 51fb9495ad
commit 49171c5e8c
2 changed files with 355 additions and 0 deletions

View file

@ -18,5 +18,6 @@ func AvailableLanguages() map[string]string {
"ru_RU": "Русский",
"it_IT": "Italiano",
"ja_JP": "日本語",
"tr_TR": "Türkçe",
}
}