aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Languages.php
Commit message (Collapse)AuthorAgeFilesLines
* 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().