From b32e9081f26d773f0873a8a22a0bb3839d33d4d7 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 10 Mar 2020 17:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5php=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/scripts/install-php.sh | 2 +- frontend/src/i18n/zh.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/scripts/install-php.sh b/backend/scripts/install-php.sh index 04a01a66..bc6e3ad6 100755 --- a/backend/scripts/install-php.sh +++ b/backend/scripts/install-php.sh @@ -4,7 +4,7 @@ touch /tmp/install.lock # lock touch /tmp/install-php.lock -apt-get install php +apt-get install -y php # unlock global rm /tmp/install.lock diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index dc0cef68..ae300f71 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -352,6 +352,8 @@ export default { 'Install All': '安装全部', 'Other language installing': '其他语言正在安装', 'This language is not installed yet.': '语言还未安装', + 'Languages': '语言', + 'Dependencies': '依赖', // 弹出框 'Notification': '提示',