Closed manuelvanrijn closed 4 months ago
As reported in #136, we could have a mix of translations when this default_locale is set to another language than English.
default_locale
This PR resolves this by adding a around_action that set's the locale to English during the execution of the action.
around_action
I've also removed a docker volume and the version from the docker-compose.yml because the volume isn't being used, and the version is obsolete.
version
docker-compose.yml
Fixes #136
Thank you so much again! 🙏
This will cause error I18n::InvalidLocale in MissionControl::Jobs::QueuesController#index for websites that don't have the English locale available.
I18n::InvalidLocale in MissionControl::Jobs::QueuesController#index
Summary
As reported in #136, we could have a mix of translations when this
default_locale
is set to another language than English.This PR resolves this by adding a
around_action
that set's the locale to English during the execution of the action.I've also removed a docker volume and the
version
from thedocker-compose.yml
because the volume isn't being used, and the version is obsolete.Fixes #136
Before
After