From 2c7375ab626ec5384cb96960c760c0a3ed3f9c89 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 23 Jan 2023 16:14:54 +0000
Subject: [PATCH] add translation

---
 i18n/en.toml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/i18n/en.toml b/i18n/en.toml
index cacf43c..5146749 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,7 +1,15 @@
+[copy]
+  other = "Copy"
+[copied]
+  other = "Copied"
 [docs_menu]
   other = "Docs Menu"
 [no_matches]
   other = "No matches found"
+[not_set]
+  other = "not set"
+[resize_snippet]
+  other = "Resize snippet height"
 [quick_links]
   other = "Quick links"
 [search_field_placeholder]
@@ -14,6 +22,10 @@
   other = "site"
 [site_menu]
   other = "Site Menu"
+[toggle_line_numbers]
+  other = "Toggle line numbers"
+[toggle_line_wrap]
+  other = "Toggle line wrap"
 [to_top]
   other = "Back to top"
 [type_to_search]

--
Gitblit v1.10.0