This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Includes all the changes in v4.8.0.beta1 to make Lita work better with the latest version of Ruby and the latest gems.
Features:
Lita.default_locale
is added to setI18n.default_locale
, which should be preferred toLita.locale
because it affects all threads.config.robot.default_locale
added as a configuration attribute, which should be preferred toconfig.robot.locale
for the same reason.Lita.default_locale
will be set based on the environment variableLANG
, just asLita.locale
has previously.