From 58d11095107c79b6fe2e7ee0bb79bdff7beac191 Mon Sep 17 00:00:00 2001 From: bilimiyorum <131397022+bilimiyorum@users.noreply.github.com> Date: Thu, 28 May 2026 09:52:41 +0300 Subject: [PATCH] Update tr.rs (#15119) New string entry --- src/lang/tr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/tr.rs b/src/lang/tr.rs index c28086cc9..a1e2652d1 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -744,6 +744,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("password-hidden-tip", "Parola gizli"), ("preset-password-in-use-tip", "Önceden ayarlanmış parola kullanılıyor"), ("Enable privacy mode", "Gizlilik modunu etkinleştir"), - ("allow-remote-toolbar-docking-any-edge", ""), + ("allow-remote-toolbar-docking-any-edge", "Uzak araç çubuğunun pencerenin herhangi bir kenarına sabitlenmesine izin ver"), ].iter().cloned().collect(); }