aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Languages.php
Commit message (Collapse)AuthorAgeFilesLines
* Optimize and cleanup importsVirtualTam2019-01-131-1/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: fix line-length warningsVirtualTam2018-12-021-1/+3
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: apply phpcbf to application/VirtualTam2018-12-021-4/+7
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* German language created (#1114)Buster One2018-04-151-0/+1
| | | | | | | | | | | | * Added german language selection * German language file created * typo * extra space removed and typo corrected * lines 1314 through 1408 removed as suggested
* Load theme translations files automaticallyArthurHoaro2018-03-261-2/+18
| | | | | | Fixes #1077 Take a look at the docs update to see how it works
* 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().