feat: codeblock improvements (#1328)

* fix: do not show codeblock copy button if clipboard api is not available

related: https://github.com/CaiJimmy/hugo-theme-stack/issues/1309

* fix: remove duplicated codeblock script in main.ts

* feat: add i18n support to codeblock copy button

* feat: add translation strings for codeblock copy button
This commit is contained in:
Jimmy
2026-04-26 13:40:46 +02:00
committed by GitHub
parent 9ddd11797b
commit 08a8b5d767
35 changed files with 181 additions and 34 deletions
+4
View File
@@ -29,6 +29,10 @@ darkMode = "डार्क मोड"
warning = "चेतावनी"
caution = "सावधानी"
[article.codeblock]
copy = "कॉपी"
copied = "कॉपी हो गया!"
[notFound]
title = "404 नहीं मिला।"
subtitle = "यह पृष्ठ मौजूद नहीं है।"