summaryrefslogtreecommitdiff
path: root/app/I18N.php
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-13PHPdocGreg Roach1-6/+5
2018-10-13WIPGreg Roach1-3/+3
2018-10-13WIPGreg Roach1-17/+25
2018-10-08Fix: search engines should see content in tree's default languageGreg Roach1-16/+12
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-03I18N function parametersGreg Roach1-11/+15
2018-10-03PHP 7 has native integer divisionGreg Roach1-5/+5
2018-09-23CodeStyleGreg Roach1-3/+3
2018-09-23Scrutinizer Auto-Fixes (#1924)Scrutinizer Auto-Fixer1-5/+5
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-15/+25
2018-09-13CodeStyleGreg Roach1-0/+2
2018-09-13Fixed invalid docblocksRico Sonntag1-0/+4
2018-08-27Strict TypesGreg Roach1-22/+19
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-22/+21
2018-08-19CodeStyleGreg Roach1-2/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-14/+10
2018-08-16PHP 7.0 has the 'splat' operatorGreg Roach1-30/+9
2018-08-15Move some localization functions to a localization serviceGreg Roach1-40/+0
2018-07-16Use PSR2 code styleGreg Roach1-692/+863
2018-07-11Kazakh translation is complete, so enable by defaultGreg Roach1-1/+1
2018-07-09Remove globalGreg Roach1-5/+3
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-32/+32
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-0/+9
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-18/+18
2017-07-17Fix #1262 Deleting a .MO file while it is being used causes errorGreg Roach1-1/+1
2017-07-14Review escapingGreg Roach1-1/+1
2017-07-13Review escapingGreg Roach1-1/+3
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-19/+8
2017-03-082017Greg Roach1-1/+1
2017-01-22Fix #1180 - PHP5.6 cannot catch all errorsGreg Roach1-3/+6