summaryrefslogtreecommitdiff
path: root/app/Services/LocalizationService.php
AgeCommit message (Expand)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-06-03PHPdocGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+1
2019-12-29Fix: #2924 - %n not recognised in date formatGreg Roach1-0/+24
2019-10-26Remove LocaleInterface as dependency of LocalizationServiceGreg Roach1-43/+37
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-0/+1
2019-01-04Add visibility to constantsGreg Roach1-22/+22
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-08-15Use lookup table for initial letter digraphsGreg Roach1-19/+41
2018-08-15Move some localization functions to a localization serviceGreg Roach1-0/+154