From 966828efff046c3763387fc4ff24eec8960589c4 Mon Sep 17 00:00:00 2001 From: rxchi1d Date: Sat, 27 Dec 2025 13:29:46 +0800 Subject: [PATCH] fix(i18n): add admonition titles for en --- i18n/en.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/i18n/en.yaml b/i18n/en.yaml index bcb43484..b9903ae0 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -85,3 +85,20 @@ shortcode: recent: show_more: "Show More" + +admonition: + abstract: "Abstract" + bug: "Bug" + caution: "Caution" + danger: "Danger" + example: "Example" + failure: "Failure" + important: "Important" + info: "Info" + note: "Note" + question: "Question" + quote: "Quote" + success: "Success" + tip: "Tip" + todo: "Todo" + warning: "Warning"