From dd80445d69781b44020e32236ba5024d2e0dc3e1 Mon Sep 17 00:00:00 2001 From: berumuron Date: Tue, 23 Mar 2021 10:35:50 +0100 Subject: Readd sub.feed.auth.configuration i18n key (#3554) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I thought the key was useless after 2c4f169, but it’s still used on update feed page. Reference: https://github.com/FreshRSS/FreshRSS/pull/3516#issuecomment-804306448 --- app/i18n/zh-cn/sub.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/zh-cn/sub.php') diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index c2f7edcd6..bb3a05b59 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -26,6 +26,7 @@ return array( 'advanced' => '高级', 'archiving' => '归档', 'auth' => array( + 'configuration' => '认证', 'help' => '用于连接启用 HTTP 认证的订阅源', 'http' => 'HTTP 认证', 'password' => 'HTTP 密码', -- cgit v1.2.3