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:
@@ -22,6 +22,13 @@ darkMode = "डार्क मोड"
|
||||
one = "{{ .Count }} मिनट पढ़ें"
|
||||
other = "{{ .Count }} मिनट पढ़ें"
|
||||
|
||||
[article.alert]
|
||||
note = "नोट"
|
||||
tip = "सलाह"
|
||||
important = "महत्वपूर्ण"
|
||||
warning = "चेतावनी"
|
||||
caution = "सावधानी"
|
||||
|
||||
[notFound]
|
||||
title = "404 नहीं मिला।"
|
||||
subtitle = "यह पृष्ठ मौजूद नहीं है।"
|
||||
|
||||
Reference in New Issue
Block a user