From 22172fd5bc4d32f24701f51e621943d6095d27ee Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:52:59 +0200 Subject: Download feed configs as opml: button (#6312) * button in feed configs * i18n * naming download file: added .opml * .opml.xml * i18n fr * Fix i18n en-GB --------- Co-authored-by: Alexandre Alapetite --- app/i18n/ko/sub.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/i18n/ko') diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php index 762922c80..f39ded85e 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -66,6 +66,11 @@ return array( 'description' => '설명', 'empty' => '이 피드는 비어있습니다. 피드가 계속 운영되고 있는지 확인하세요.', 'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.', + 'export-as-opml' => array( + 'download' => 'Download', // TODO + 'help' => 'XML file', // TODO + 'label' => 'Export as OPML', // TODO + ), 'filteractions' => array( '_' => '필터 동작', 'help' => '한 줄에 한 검색 필터를 작성해 주세요. Operators see documentation.', // DIRTY -- cgit v1.2.3