Update Kirby to 3.7.4

This commit is contained in:
Lukas Bestle
2022-08-23 21:36:13 +02:00
parent 435b9f4541
commit d89a0a647c
674 changed files with 212 additions and 61 deletions

0
kirby/src/Toolkit/A.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Collection.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Component.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Config.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Controller.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Date.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Dom.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Escape.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Facade.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Html.php Executable file → Normal file
View File

0
kirby/src/Toolkit/I18n.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Iterator.php Executable file → Normal file
View File

9
kirby/src/Toolkit/Locale.php Executable file → Normal file
View File

@@ -135,9 +135,18 @@ class Locale
{
$locale = static::normalize($locale);
// locale for core string functions
foreach ($locale as $key => $value) {
setlocale($key, $value);
}
// locale for the intl extension
if (
function_exists('locale_set_default') === true &&
$timeLocale = $locale[LC_TIME] ?? $locale[LC_ALL] ?? null
) {
locale_set_default($timeLocale);
}
}
/**

0
kirby/src/Toolkit/Obj.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Pagination.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Properties.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Query.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Silo.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Str.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Tpl.php Executable file → Normal file
View File

0
kirby/src/Toolkit/V.php Executable file → Normal file
View File

0
kirby/src/Toolkit/View.php Executable file → Normal file
View File

0
kirby/src/Toolkit/Xml.php Executable file → Normal file
View File