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 = "Δε βρέθηκε"
|
||||
subtitle = "Η σελίδα δε βρέθηκε."
|
||||
|
||||
Reference in New Issue
Block a user