Add Hebrew translation

This commit is contained in:
Christophe Dumez
2012-09-15 10:05:50 +03:00
parent a069f806d9
commit df295d96c2
9 changed files with 5260 additions and 2 deletions

View File

@@ -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 {