From b3b9255c69ce9ee7ea0eb5dcff3e84d31c1e7126 Mon Sep 17 00:00:00 2001 From: joyqi Date: Fri, 20 Aug 2021 11:15:11 +0800 Subject: [PATCH] fix #1134 fix #1135 fix #1136 --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index b94468d5..53a32140 100644 --- a/install.php +++ b/install.php @@ -98,7 +98,7 @@ function install_get_default_options(): array { 'theme:default' => 'a:2:{s:7:"logoUrl";N;s:12:"sidebarBlock";a:5:{i:0;s:15:"ShowRecentPosts";i:1;s:18:"ShowRecentComments";i:2;s:12:"ShowCategory";i:3;s:11:"ShowArchive";i:4;s:9:"ShowOther";}}', 'timezone' => '28800', 'lang' => install_get_lang(), - 'charset' => _('UTF-8'), + 'charset' => _t('UTF-8'), 'contentType' => 'text/html', 'gzip' => 0, 'generator' => 'Typecho ' . Typecho_Common::VERSION, @@ -554,7 +554,7 @@ function install_step_2() {