i18n: userLang variable was set needlessly

This commit is contained in:
Dawid Dziurla 2019-07-04 11:17:39 +02:00
parent 08c711a334
commit 16e596efaa
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -24,8 +24,6 @@ func NewTranslationSet(log *logrus.Entry) *TranslationSet {
set := englishSet()
userLang = "pl"
if strings.HasPrefix(userLang, "pl") {
mergo.Merge(&set, polishSet(), mergo.WithOverride)
}