diff options
| author | 2021-10-21 10:40:31 +0200 | |
|---|---|---|
| committer | 2021-10-21 10:40:31 +0200 | |
| commit | af57c456df843eefc675fc7efb14689d3b9d49dd (patch) | |
| tree | 67b19870414c79344efc1636f7ff15ff92957cb0 /app/i18n/kr/conf.php | |
| parent | c053d7747943b27b3f6990b38d6362968f179b3f (diff) | |
i18n automatic syntax fixes
Forgotten from https://github.com/FreshRSS/FreshRSS/pull/3899
Diffstat (limited to 'app/i18n/kr/conf.php')
| -rw-r--r-- | app/i18n/kr/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 6288e1c30..652a03ac2 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -204,7 +204,7 @@ return array( 'other_action' => '다른 동작', 'previous_article' => '이전 글 보기', 'reading_view' => '읽기 모드로 전환', - 'rss_view' => 'Open as RSS feed', // TODO - Translation + 'rss_view' => 'Open as RSS feed', // TODO - Translation 'see_on_website' => '글이 게재된 웹사이트에서 보기', 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', // TODO - Translation 'skip_next_article' => '다음 글로 커서 이동', |
