aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Languages.php
Commit message (Collapse)AuthorAgeFilesLines
* Use LC_COLLATE instead of LC_MESSAGES if php-intl is not installedArthurHoaro2018-01-311-0/+2
| | | | | | | | As stated in the docs: > LC_MESSAGES for system responses (available if PHP was compiled with libintl) Fixes #1067
* 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().