summaryrefslogtreecommitdiff
path: root/app/I18N.php
AgeCommit message (Expand)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-01-22Fix: #4170 - uninitialized variable error when ext-intl is not installedGreg Roach1-2/+1
2021-10-29CodeStyle - use inline functionsGreg Roach1-6/+2
2021-10-13Remove unused importsGreg Roach1-1/+0
2021-08-23PHPdocGreg Roach1-2/+1
2021-06-02Prefer https for links to documentationGreg Roach1-2/+2
2021-04-21CodeStyleGreg Roach1-1/+1
2021-04-19Per-language relationship logic - Fixes: #1206, Fixes: #3115, Fixes: #3819, F...Greg Roach1-13/+32
2021-03-19Use closures for sort callbacksGreg Roach1-8/+12
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-23Use constants for unknown surname and given namesGreg Roach1-3/+3
2020-12-21Strict typesGreg Roach1-6/+6
2020-09-08Use factory to create caches and filesystemsGreg Roach1-1/+0
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-2/+3
2019-12-07Apply PSR12 to translation filesGreg Roach1-1/+2
2019-11-11Simplify access to current localeGreg Roach1-20/+8
2019-11-11Move language negotiation to middlewareGreg Roach1-72/+6
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-0/+8
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+2
2019-06-22Fix: #2461 - use PHP arrays instead of .MO filesGreg Roach1-103/+86
2019-05-17PHPdocGreg Roach1-1/+0
2019-04-25Unused importsGreg Roach1-1/+0
2019-04-16Fix: #2209 - 'time ago' calculations cause overflow on 32bit systemsGreg Roach1-48/+0
2019-04-14Refactor the bootstrap processGreg Roach1-2/+2
2019-04-11Use PSR-15 request handlers as alternative to controllers/actionsGreg Roach1-2/+2
2019-04-07Handle missing compiled translations on dev/test environmentsGreg Roach1-2/+20
2019-04-06static closuresGreg Roach1-1/+1
2019-04-06Fix: #2366 - wrong string constants break module translationsGreg Roach1-29/+16
2019-04-03Declare static closuresGreg Roach1-3/+3
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-46/+0
2019-03-20Fix: #2340 - language menu not sortedGreg Roach1-1/+1
2019-03-20Fix: #2336 - custom translations not loadedGreg Roach1-1/+1
2019-03-14Missing importGreg Roach1-0/+1
2019-03-14Catch 22 - setup needs language modules. Modules need a database. Database ...Greg Roach1-8/+17
2019-03-14Convert languages to modulesGreg Roach1-74/+21
2019-03-13Allow custom modules to provide translationsGreg Roach1-1/+18
2019-03-10glob() results do not need to be sortedGreg Roach1-1/+2
2019-03-09Fix: #2307 - new location for .MO filesGreg Roach1-3/+1
2019-03-07Code style and testingGreg Roach1-7/+7
2019-03-05Update I18N.php (#2299)Rico Sonntag1-1/+1
2019-03-04Refactor language files to use laravel structureGreg Roach1-23/+10
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-23/+0
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-8/+23
2019-01-04Add visibility to constantsGreg Roach1-7/+7
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-08Move DebugBar code to middlewareGreg Roach1-8/+2
2018-11-18Prefer class-constants to global-constantsGreg Roach1-4/+4
2018-11-01AgeGreg Roach1-78/+0
2018-10-28PHPdocGreg Roach1-1/+1