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

Add Simplified Chinese Localization

This commit is contained in:
ReVanTis, Zhao 2018-02-27 14:36:07 +08:00 committed by Frédéric Guillot
parent 34ce114231
commit 9694861cb6
3 changed files with 446 additions and 1 deletions

View file

@ -31,5 +31,6 @@ func AvailableLanguages() map[string]string {
"fr_FR": "Français",
"de_DE": "Deutsch",
"pl_PL": "Polski",
"zh_CN": "简体中文",
}
}