disable chattery i18n
This commit is contained in:
parent
4da3dd2301
commit
f5255969a7
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue