Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: update localization tests | VirtualTam | 2017-09-19 | 3 | -18/+18 |
| | | | | | | | Rely on `mag_IN` (Magahi - INDIA) being unavailable when running localization test suites, instead of `pt_BR` that is now available from Travis build images. Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Theme: use format_date function for daily date | ArthurHoaro | 2017-03-28 | 3 | -5/+59 |
| | |||||
* | Fix autoLocale error and cover it with unit tests | ArthurHoaro | 2017-03-07 | 3 | -0/+228 |
| | |||||
* | Improve datetime display | ArthurHoaro | 2017-03-06 | 4 | -0/+82 |
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) |