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:
@@ -23,6 +23,13 @@ darkMode = "Цёмны рэжым"
|
||||
tableOfContents = "Змест"
|
||||
readingTime = "Час чытання: {{ .Count }} хв."
|
||||
|
||||
[article.alert]
|
||||
note = "Заўвага"
|
||||
tip = "Парада"
|
||||
important = "Важна"
|
||||
warning = "Папярэджанне"
|
||||
caution = "Асцярога"
|
||||
|
||||
[notFound]
|
||||
title = "Не знойдзена"
|
||||
subtitle = "Запытваемая старонка не існуе"
|
||||
|
||||
Reference in New Issue
Block a user