Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | Comply with PHPUnit V8: setup/teardown functions must return void | ArthurHoaro | 2020-09-26 | 1 | -1/+1 |
| | |||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Load theme translations files automatically | ArthurHoaro | 2018-03-26 | 1 | -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 theme | ArthurHoaro | 2017-10-22 | 1 | -2/+4 |
| | |||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -12/+172 |
| | | | | | | | | | * 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. | ||||
* | Initialize a translation function | ArthurHoaro | 2016-08-07 | 1 | -0/+41 |
It matches the API of ngettext(). |