update text indo

This commit is contained in:
Ibnul Mutaki 2023-09-12 13:08:19 +07:00
parent 96215d32b7
commit e3d34c46c7

View File

@ -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();
}