aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Languages.php
Commit message (Collapse)AuthorAgeFilesLines
* Add language selection in the configure page of the default themeArthurHoaro2017-10-221-1/+15
|
* Shaarli's translationArthurHoaro2017-10-221-12/+141
| | | | | | | | | * 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/+21
It matches the API of ngettext().