From c47e94813d38a96f3d8c5fb3abe65d126659f14c Mon Sep 17 00:00:00 2001 From: Mahdi Rahimi <31624047+mahdirahimi1999@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:30:46 +0330 Subject: [PATCH] Update Arabic translation in ar.rs (#12773) --- src/lang/ar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/ar.rs b/src/lang/ar.rs index b7e01b84d..317354976 100644 --- a/src/lang/ar.rs +++ b/src/lang/ar.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(); }