mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Disable redirect for i18n (#5910)
This commit is contained in:
		| @@ -106,7 +106,7 @@ func NewMacaron() *macaron.Macaron { | ||||
| 		Langs:       setting.Langs, | ||||
| 		Names:       setting.Names, | ||||
| 		DefaultLang: "en-US", | ||||
| 		Redirect:    true, | ||||
| 		Redirect:    false, | ||||
| 	})) | ||||
| 	m.Use(cache.Cacher(cache.Options{ | ||||
| 		Adapter:       setting.CacheService.Adapter, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user