diff options
| author | 2024-09-14 00:55:41 +0200 | |
|---|---|---|
| committer | 2024-09-14 00:55:41 +0200 | |
| commit | bea4ed69fccc7de2375363d8940af9a96e986650 (patch) | |
| tree | 77b3656064eb010e706cb53883e3dd97aaa47667 /app/i18n/ko/sub.php | |
| parent | fd1b5e9343b6fe92b4e5dfbbc2f01ddfcd010af9 (diff) | |
Improve CSS filter to exclude content (#6807)
* Improve CSS filter to exclude content
Improve https://github.com/FreshRSS/FreshRSS/pull/6786
Fix bug when changing the CSS filter and reloading article, because original content was lost.
Fix similar bug with pathEntries.
* Forgotten i18n
* Type check
Diffstat (limited to 'app/i18n/ko/sub.php')
| -rw-r--r-- | app/i18n/ko/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php index 57eb72ab7..42a263fe8 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -63,7 +63,7 @@ return array( 'css_path' => '웹사이트 상의 글 본문에 해당하는 CSS 경로', 'css_path_filter' => array( '_' => '제거할 요소의 CSS 선택자', - 'help' => 'CSS 선택자는 다음과 같은 목록일 수 있습니다: <kbd>.footer, .aside</kbd>', + 'help' => 'CSS 선택자는 다음과 같은 목록일 수 있습니다: <kbd>.footer, .aside, p[data-sanitized-class="menu"]</kbd>', ), 'description' => '설명', 'empty' => '이 피드는 비어있습니다. 피드가 계속 운영되고 있는지 확인하세요.', |
