From b0a3ae1e7af2a1485439439463ceed3dc2057f65 Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Mon, 24 Mar 2025 13:04:10 +0000 Subject: Clarify MINZ usage (#7426) * Clarify MINZ usage MINZ (archived, read-only) is not a dependency of FreshRSS, which would be very concerning. Instead, FreshRSS copied MINZ and has evolved it since then under the same license. Ref: https://github.com/FreshRSS/FreshRSS/discussions/7425 * Move credits to README * Delete credits from web UI * Additional changes --------- Co-authored-by: Alexandre Alapetite --- app/i18n/ko/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/i18n/ko') diff --git a/app/i18n/ko/index.php b/app/i18n/ko/index.php index 565fbde0a..9c1387499 100644 --- a/app/i18n/ko/index.php +++ b/app/i18n/ko/index.php @@ -26,8 +26,6 @@ return array( ), ), 'bugs_reports' => '버그 제보하기', - 'credits' => '크레딧', - 'credits_content' => 'FreshRSS는 Bootstrap 프레임워크를 사용하진 않지만, 일부 디자인 요소를 가져왔습니다. 아이콘들GNOME 프로젝트에서 가져왔습니다. Open Sans 글꼴은 Steve Matteson가 제작하였습니다. FreshRSS는 PHP 프레임워크인 Minz에 기반하고 있습니다.', 'documentation' => '문서', 'freshrss_description' => 'FreshRSS는 같은 셀프 호스팅 기반의 RSS 피드 수집기입니다. FreshRSS는 강력하고 다양한 설정을 할 수 있으면서도 가볍고 사용하기 쉽습니다.', 'github' => 'GitHub 저장소에 제보', -- cgit v1.2.3