Files
hugo-theme-stack/i18n/en.toml
T
JimmyandGitHub 3a0d70ebbd 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
2026-02-18 20:07:59 +01:00

55 lines
1.2 KiB
TOML

toggleMenu = "Toggle Menu"
darkMode = "Dark Mode"
[list]
section = "Section"
[list.page]
one = "{{ .Count }} page"
other = "{{ .Count }} pages"
[list.subsection]
one = "Subsection"
other = "Subsections"
[article]
back = "Back"
tableOfContents = "Table of contents"
relatedContent = "Related content"
lastUpdatedOn = "Last updated on"
[article.readingTime]
one = "{{ .Count }} minute read"
other = "{{ .Count }} minutes read"
[article.alert]
note = "Note"
tip = "Tip"
important = "Important"
warning = "Warning"
caution = "Caution"
[notFound]
title = "Not Found"
subtitle = "This page does not exist"
[widget]
[widget.archives]
title = "Archives"
more = "More"
[widget.tagCloud]
title = "Tags"
[widget.categoriesCloud]
title = "Categories"
[search]
title = "Search"
placeholder = "Type something..."
resultTitle = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
[footer]
builtWith = "Built with {{ .Generator }}"
designedBy = "Theme {{ .Theme }} designed by {{ .DesignedBy }}"