Skip to content

Commit 30b647b

Browse files
committed
Modify translatsion
1 parent b3ee1cc commit 30b647b

112 files changed

Lines changed: 38840 additions & 12534 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

App/Client/Favorite/FavoriteModel.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,11 @@ QList<CFavoriteModel::tree*> CFavoriteModel::tree::FindRecursive(const CFavorite
561561
lstChildren << const_cast<tree*>(this);
562562
return lstChildren;
563563
}
564-
565564
for (auto child : children) {
566565
QList<tree*> found = child->FindRecursive(item);
567566
if (!found.isEmpty()) {
568567
lstChildren << found;
569568
}
570569
}
571-
572570
return lstChildren;
573571
}

App/Client/Resource/Translations/RabbitRemoteControlApp_ar.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

App/Client/Resource/Translations/RabbitRemoteControlApp_ca.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

App/Client/Resource/Translations/RabbitRemoteControlApp_cs.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

App/Client/Resource/Translations/RabbitRemoteControlApp_da.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

App/Client/Resource/Translations/RabbitRemoteControlApp_de.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

App/Client/Resource/Translations/RabbitRemoteControlApp_el.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

App/Client/Resource/Translations/RabbitRemoteControlApp_en.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

App/Client/Resource/Translations/RabbitRemoteControlApp_en_GB.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

App/Client/Resource/Translations/RabbitRemoteControlApp_es.ts

Lines changed: 280 additions & 116 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)