mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(archive): implement comment.archived and add archive page (#1074)
* feat(archive): implement comment.archived and add archive page Add isCommentArchived() utility, /board/:boardIdentifier/archive route, archive view with filtered feed, and UI integration (board buttons, edit menu, catalog row, post). Archived indicator on catalog and posts. * fix(archive): address review feedback from Bugbot and CodeRabbit Add missing i18n keys (archived, thread_archived, view, loading_archive), add /archive/settings route, replace hardcoded English in archive.tsx, and fix mobile test state.
This commit is contained in:
@@ -307,5 +307,12 @@
|
||||
"external_quote_resolution_unavailable": "External quote resolution is unavailable right now",
|
||||
"external_quote_cannot_resolve": "Could not find {{quote}} in /{{board}}/",
|
||||
"external_quote_unavailable": "The quoted post is unavailable",
|
||||
"external_quote_publish_missing": "Cannot publish - could not find the quoted post for {{quote}}"
|
||||
"external_quote_publish_missing": "게시할 수 없음 - {{quote}}에 대한 인용된 게시물을 찾을 수 없습니다",
|
||||
"displaying_x_archived_threads": "{{count}}개의 보관된 스레드 표시 중",
|
||||
"displaying_x_archived_threads_from_past_x_days": "지난 {{days}}일간의 아카이브된 스레드 {{count}}개 표시 중",
|
||||
"no_archived_threads": "보관된 스레드 없음",
|
||||
"archived": "보관됨",
|
||||
"loading_archive": "아카이브 로딩 중...",
|
||||
"thread_archived": "스레드가 아카이브되었습니다.",
|
||||
"view": "보기"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user