disable chattery i18n

This commit is contained in:
Seán C McCord 2018-05-16 18:34:20 -04:00
parent 4da3dd2301
commit f5255969a7

View file

@ -17,7 +17,7 @@ func init() {
revel.SessionFilter, // Restore and write the session cookie. revel.SessionFilter, // Restore and write the session cookie.
revel.FlashFilter, // Restore and write the flash cookie. revel.FlashFilter, // Restore and write the flash cookie.
revel.ValidationFilter, // Restore kept validation errors and save new ones from cookie. revel.ValidationFilter, // Restore kept validation errors and save new ones from cookie.
revel.I18nFilter, // Resolve the requested language //revel.I18nFilter, // Resolve the requested language
HeaderFilter, // Add some security based headers HeaderFilter, // Add some security based headers
revel.InterceptorFilter, // Run interceptors around the action. revel.InterceptorFilter, // Run interceptors around the action.
revel.CompressFilter, // Compress the result. revel.CompressFilter, // Compress the result.