From 426549a189819a103bc01657ae6285ea773cb46c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 26 May 2025 15:40:57 +0300 Subject: [PATCH] chore(client): use translations --- apps/client/src/services/syntax_highlight.ts | 1 + apps/client/src/translations/en/translation.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/services/syntax_highlight.ts b/apps/client/src/services/syntax_highlight.ts index 09d18f3a0..f6b7f8ff7 100644 --- a/apps/client/src/services/syntax_highlight.ts +++ b/apps/client/src/services/syntax_highlight.ts @@ -36,6 +36,7 @@ export async function formatCodeBlocks($container: JQuery) { export function applyCopyToClipboardButton($codeBlock: JQuery) { const $copyButton = $("