I18n: Automatically choose locale through HTTP header

This commit is contained in:
Sebastian Serth
2022-12-20 10:26:32 +01:00
parent 78f87fef4b
commit 7cd61acbce
3 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,7 @@ gem 'faraday-net_http_persistent'
gem 'faye-websocket'
gem 'forgery'
gem 'highline'
gem 'http_accept_language'
gem 'i18n-js'
gem 'ims-lti', '< 2.0.0' # Version 2 implements LTI 2.0, which is deprecated. Hence, we stay with version 1.
gem 'jbuilder'