1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 13:35:59 +00:00

update middleware list

Former-commit-id: 051d40a3fb553d15d9cfd55f793546e193463383
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-11-22 15:16:50 +02:00
parent 4e9a6be9aa
commit c66f7a6d21
2 changed files with 5 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ type I18n struct {
locales map[string][]*ini.File
}
// If `Config.Default` is missing and `Config.Languages` or `Config.Map` contains this key then it will set as the default locale,
// If `Config.Default` is missing and `Config.Languages` or `Config.LanguagesMap` contains this key then it will set as the default locale,
// no need to be exported(see `Config.Default`).
const defLangCode = "en-US"