aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/languages/en
Commit message (Collapse)AuthorAgeFilesLines
* Theme: use format_date function for daily dateArthurHoaro2017-03-281-2/+20
|
* Fix autoLocale error and cover it with unit testsArthurHoaro2017-03-071-0/+76
|
* Improve datetime displayArthurHoaro2017-03-061-0/+25
Use php-intl extension to display datetimes a bit more nicely, depending on the locale. What changes: * the day is no longer displayed * day number and month are ordered according to the locale * the timezone is more readable (UTC+1 instead of CET)