feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title * feat: add alert types to i18n and update blockquote rendering * fix: wrong translation key * feat: add alert title translation for all supported languages Done by AI
This commit is contained in:
@@ -13,6 +13,13 @@ darkMode = "深色模式"
|
||||
lastUpdatedOn = "上次改過於"
|
||||
readingTime = "閱讀時間 {{ .Count }} 分鐘"
|
||||
|
||||
[article.alert]
|
||||
note = "備註"
|
||||
tip = "提示"
|
||||
important = "重要"
|
||||
warning = "警告"
|
||||
caution = "注意"
|
||||
|
||||
[notFound]
|
||||
title = "找不到頁面"
|
||||
subtitle = "本頁面並不存在"
|
||||
|
||||
Reference in New Issue
Block a user