aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/LanguagesTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Optimize and cleanup importsVirtualTam2019-01-131-1/+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-221-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 functionArthurHoaro2016-08-071-0/+41
It matches the API of ngettext().