diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-06-27 21:50:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 14:50:30 -0500 |
commit | b551bc2a089d3310dde5706d1b9702f112fe3ea0 (patch) | |
tree | 1178afb6f6d3f86f700dd2d04326d8d7b4749f55 /modules/setting/i18n.go | |
parent | 85d960d2a10ce6db4dd4e05f7831ff3b33beee65 (diff) | |
download | gitea-b551bc2a089d3310dde5706d1b9702f112fe3ea0.tar.gz gitea-b551bc2a089d3310dde5706d1b9702f112fe3ea0.zip |
Remove support for sr-SP (#20155)
- The language doesn't have >= 25% translation on crowdin and therefor
was automatically removed from Gitea.
- Ref: https://github.com/go-gitea/gitea/commit/f91092453ed0269420ab5161b4742a692dd500fe
Diffstat (limited to 'modules/setting/i18n.go')
-rw-r--r-- | modules/setting/i18n.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/setting/i18n.go b/modules/setting/i18n.go index 321e144ef3..8b8587e09b 100644 --- a/modules/setting/i18n.go +++ b/modules/setting/i18n.go @@ -26,7 +26,6 @@ var defaultI18nLangNames = []string{ "fi-FI", "Suomi", "tr-TR", "Türkçe", "cs-CZ", "Čeština", - "sr-SP", "Српски", "sv-SE", "Svenska", "ko-KR", "한국어", "el-GR", "Ελληνικά", |