aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/languages/fr/LanguagesFrTest.php
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-021-1/+0
| | | | 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-221-0/+173
* 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.