aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/languages
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-2/+2
|
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: apply phpcbf to tests/VirtualTam2018-12-022-2/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Load theme translations files automaticallyArthurHoaro2018-03-261-0/+26
| | | | | | Fixes #1077 Take a look at the docs update to see how it works
* Add language selection in the configure page of the default themeArthurHoaro2017-10-221-2/+4
|
* Shaarli's translationArthurHoaro2017-10-222-4/+176
| | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
* Tests: update localization testsVirtualTam2017-09-193-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 dateArthurHoaro2017-03-283-5/+59
|
* Fix autoLocale error and cover it with unit testsArthurHoaro2017-03-073-0/+228
|
* Improve datetime displayArthurHoaro2017-03-064-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)