Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

v4.8.0

Latest
Compare
Choose a tag to compare
@jimmycuadra jimmycuadra released this 25 Sep 10:16
v4.8.0

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 set I18n.default_locale, which should be preferred to Lita.locale because it affects all threads.
  • config.robot.default_locale added as a configuration attribute, which should be preferred to config.robot.locale for the same reason.
  • Lita.default_locale will be set based on the environment variable LANG, just as Lita.locale has previously.