summaryrefslogtreecommitdiff
path: root/app/I18N.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-12Add Armenian translationGreg Roach1-3/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-8/+8
2024-03-31CodeStyleGreg Roach1-2/+2
2024-03-31CodeStyle - whitespaceGreg Roach1-2/+0
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-6/+2
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-2/+2
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-15Fix: #4647, Fix: #3567, Fix: #4479, Fix: #3459 - Apply collation rules in PHP...Greg Roach1-19/+0
2022-12-03Fix: #4627 - initialisation error when using disabled language via HTTP headersGreg Roach1-2/+2
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-2/+2
2022-11-27PHP 8.0 - Union typesGreg Roach1-1/+1
2022-11-11Fix: static analysisGreg Roach1-2/+4
2022-09-22Fix: #4478 - wrong order in list of surnamesGreg Roach1-2/+7
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