From eadf6c63e07bba43ef1cba8f06194bfbd3a46ec6 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Fri, 14 Apr 2023 07:48:49 +0000
Subject: [PATCH] inline script translations #101
---
assets/js/variables.js | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/assets/js/variables.js b/assets/js/variables.js
index c338e25..1df76ed 100644
--- a/assets/js/variables.js
+++ b/assets/js/variables.js
@@ -17,14 +17,6 @@
const code_block_config = JSON.parse('{{ partial "functions/getCodeConfig" . }}');
const iconsPath = `{{ partialCached "functions/getIconPath" . }}`;
-// defined in i18n / translation files
-const copy_text = '{{ T "copy" }}';
-const copied_text = '{{ T "copied" }}';
-const toggle_line_numbers_text = '{{ T "toggle_line_numbers" }}';
-const toggle_line_wrap_text = '{{ T "toggle_line_wrap" }}';
-const resize_snippet = '{{ T "resize_snippet" }}';
-const not_set = '{{ T "not_set" }}';
-
const shell_based = ['sh', 'shell', 'zsh', 'bash'];
const body = elem('body');
--
Gitblit v1.10.0