From 1a614d6b4487dae821e1cc85cd7d2e8815c12d5d Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 13 Jun 2022 15:28:05 +0000
Subject: [PATCH] update translations
---
i18n/en.toml | 4 +++-
i18n/tr.toml | 2 ++
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/i18n/en.toml b/i18n/en.toml
index 1d636bb..cacf43c 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -5,11 +5,13 @@
[quick_links]
other = "Quick links"
[search_field_placeholder]
- other = "Search the docs"
+ other = "Search {{ .section }}"
[search_results_label]
other = "Search Results"
[short_search_query]
other = "Query is too short"
+[site]
+ other = "site"
[site_menu]
other = "Site Menu"
[to_top]
diff --git a/i18n/tr.toml b/i18n/tr.toml
index 5b4dafa..4d21d1d 100644
--- a/i18n/tr.toml
+++ b/i18n/tr.toml
@@ -10,6 +10,8 @@
other = "Arama sonuçları"
[short_search_query]
other = "Sorgu çok kısa"
+[site]
+ other = "site"
[site_menu]
other = "Site menüsü"
[to_top]
--
Gitblit v1.10.0