Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-12 | Fix locale related specs (#3707) | unarist | |
* Use I18n.locale instead of ":en" * Reset I18n.locale value after locale changing tests | |||
2017-06-10 | Improve default language decision and spec (#3351) | Akihiko Odaki (@fn_aki@pawoo.net) | |
* Improve default language decision This change allows to takes account of accepted language determined by the user agent even if the custom default locale of the instance is configured. * Cover Localized more * Fix code style |