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:
Jimmy
2026-02-18 20:07:59 +01:00
committed by GitHub
parent 470295171e
commit 3a0d70ebbd
35 changed files with 254 additions and 18 deletions
+7
View File
@@ -22,6 +22,13 @@ darkMode = "Mòde fosc"
one = "{{ .Count }} minuta de lectura"
other = "{{ .Count }} minutas de lectura"
[article.alert]
note = "Nòta"
tip = "Conselh"
important = "Important"
warning = "Avertiment"
caution = "Atencion"
[notFound]
title = "Non trobat"
subtitle = "Aquesta pagina existís pas"