mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
Add russian translation
This commit is contained in:
@@ -236,6 +236,9 @@ int main(int argc, char* argv[]) {
|
||||
case 3:
|
||||
locale = "fa_IR"; // farsi(iran)
|
||||
break;
|
||||
case 4:
|
||||
locale = "ru_RU"; // Russian
|
||||
break;
|
||||
default:
|
||||
locale = QLocale().name();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user