mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Add Hebrew translation
This commit is contained in:
@@ -211,7 +211,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
app.installTranslator(&translator);
|
||||
#ifndef DISABLE_GUI
|
||||
if (locale.startsWith("ar")) {
|
||||
if (locale.startsWith("ar") || locale.startsWith("he")) {
|
||||
qDebug("Right to Left mode");
|
||||
app.setLayoutDirection(Qt::RightToLeft);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user