mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Add Hebrew translation
This commit is contained in:
parent
2508d54c10
commit
cf3f0a606d
9 changed files with 5264 additions and 2 deletions
|
@ -229,7 +229,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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue