fix(quotes): resolve external quote links across boards (#1064)

This commit is contained in:
Tommaso Casaburi
2026-03-12 17:41:11 +08:00
committed by GitHub
parent ef375e3578
commit fe55e6f332
58 changed files with 1719 additions and 92 deletions
+8 -1
View File
@@ -300,5 +300,12 @@
"purged": "tyhjennetty",
"this_post_was_purged": "Poistetaan taulun tietokannasta — tämä prosessi on peruuttamaton.",
"news": "Uutiset",
"save_advanced_settings": "Tallenna lisäasetukset"
"save_advanced_settings": "Tallenna lisäasetukset",
"external_quote_search_board_feed": "Searching in /{{board}}/",
"external_quote_search_thread": "Searching thread {{current}}/{{total}} in /{{board}}/",
"external_quote_redirecting_to_post": "Redirecting to post in /{{board}}/",
"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}}"
}