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:
@@ -17,6 +17,13 @@ darkMode = "Donkere modus"
|
||||
lastUpdatedOn = "Laatst bijgewerkt op"
|
||||
readingTime = "{{ .Count }} leestijd"
|
||||
|
||||
[article.alert]
|
||||
note = "Opmerking"
|
||||
tip = "Tip"
|
||||
important = "Belangrijk"
|
||||
warning = "Waarschuwing"
|
||||
caution = "Let op"
|
||||
|
||||
[notFound]
|
||||
title = "Niet gevonden"
|
||||
subtitle = "Deze pagina bestaat niet."
|
||||
|
||||
Reference in New Issue
Block a user