Update ru.rs

This commit is contained in:
solokot
2023-09-10 16:47:50 +03:00
committed by GitHub
parent 15c72fe7d3
commit 759bbeac06

View File

@@ -543,6 +543,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("HSV Color", "Цвет HSV"), ("HSV Color", "Цвет HSV"),
("Installation Successful!", "Установка выполнена успешно!"), ("Installation Successful!", "Установка выполнена успешно!"),
("Installation failed!", "Установка не выполнена!"), ("Installation failed!", "Установка не выполнена!"),
("Reverse mouse wheel", ""), ("Reverse mouse wheel", "Реверсировать колесо мыши"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }