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": "仅工作安全板块"
}