Remove now superfluous lowercasing

See #2615
See #1129
This commit is contained in:
Bjørn Erik Pedersen
2016-10-24 21:33:11 +02:00
parent 5859c691ec
commit 333bb05512
2 changed files with 2 additions and 5 deletions

View File

@@ -83,7 +83,6 @@ func toSortedLanguages(l map[string]interface{}) (helpers.Languages, error) {
for lang, langConf := range l {
langsMap, err := cast.ToStringMapE(langConf)
helpers.ToLowerMap(langsMap)
if err != nil {
return nil, fmt.Errorf("Language config is not a map: %T", langConf)