From f933f46283ad4b87eb9500a64b7e679dc5ae2db7 Mon Sep 17 00:00:00 2001 From: Mahdi Rahimi <31624047+mahdirahimi1999@users.noreply.github.com> Date: Sat, 6 Sep 2025 07:39:58 +0330 Subject: [PATCH] Updated Persian translations in fa.rs (#12802) --- src/lang/fa.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/fa.rs b/src/lang/fa.rs index ebb335622..9dff29f2a 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Supported only in the installed version.", "فقط در نسخه نصب‌شده پشتیبانی می‌شود."), ("elevation_username_tip", "لطفاً نام کاربری مدیریتی را برای ارتقاء دسترسی وارد کنید."), ("Preparing for installation ...", "در حال آماده‌سازی برای نصب..."), - ("Show my cursor", ""), + ("Show my cursor", "نمایش نشانگر من"), ].iter().cloned().collect(); }