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 ++++++++++++
 i18n/tr.toml |   12 ++++++++++++
 2 files changed, 24 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]
diff --git a/i18n/tr.toml b/i18n/tr.toml
index 4d21d1d..b05e68b 100644
--- a/i18n/tr.toml
+++ b/i18n/tr.toml
@@ -1,7 +1,15 @@
+[copy]
+  other = "Kopyala"
+[copied]
+  other = "kopyalandı"
 [docs_menu]
   other = "Belgeleme menüsü"
 [no_matches]
   other = "Eşleşme bulunamadı"
+[not_set]
+  other = "ayarlanmadı"
+[resize_snippet]
+  other = "Snippet yüksekliğini yeniden boyutlandır"
 [quick_links]
   other = "Hızlı bağlantılar"
 [search_field_placeholder]
@@ -14,6 +22,10 @@
   other = "site"
 [site_menu]
   other = "Site menüsü"
+[toggle_line_numbers]
+  other = "Satır numaralarını değiştir"
+[toggle_line_wrap]
+  other = "Satır kaydırmayı değiştir"
 [to_top]
   other = "Retour au sommet"
 [type_to_search]

--
Gitblit v1.10.0