From e3d34c46c79bd21012c092011833d9859662c147 Mon Sep 17 00:00:00 2001 From: Ibnul Mutaki Date: Tue, 12 Sep 2023 13:08:19 +0700 Subject: [PATCH] update text indo --- src/lang/id.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/id.rs b/src/lang/id.rs index 5f802e44b..e85811772 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -541,8 +541,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Change Color", "Ganti warna"), ("Primary Color", "Warna utama"), ("HSV Color", "Warna HSV"), - ("Installation Successful!", ""), - ("Installation failed!", ""), - ("Reverse mouse wheel", ""), + ("Installation Successful!", "Instalasi berhasil!"), + ("Installation failed!", "Instalasi gagal!"), + ("Reverse mouse wheel", "Balikkan arah scroll mouse!"), ].iter().cloned().collect(); }