refactor(i18n): use shorter translation keys for all feed filter

This commit is contained in:
plebeius
2025-12-29 16:35:21 +01:00
parent 652385561b
commit eb3b02ae9e
36 changed files with 142 additions and 37 deletions
+4 -1
View File
@@ -301,5 +301,8 @@
"updates": "업데이트",
"downloading_board": "게시판 다운로드 중",
"subscriptions_subtitle": "{{count}}개의 board를 구독했습니다",
"subscriptions_subtitle_one": "{{count}}개의 board를 구독했습니다"
"subscriptions_subtitle_one": "{{count}}개의 board를 구독했습니다",
"all_boards": "모든 게시판",
"nsfw_boards_only": "NSFW 게시판만",
"worksafe_boards_only": "직장 안전 게시판만"
}