Skip to content

Commit

Permalink
Start accepting dictionary modules without Strongs support
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Oct 27, 2024
1 parent ef6226e commit aee98ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sword_backend/repository_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,10 @@ vector<SWModule*> RepositoryInterface::getRepoModulesByLang(string repoName,
continue;
}

if (moduleType == ModuleType::dict && !hasHebrewStrongsKeys && !hasGreekStrongsKeys) {
/*if (moduleType == ModuleType::dict && !hasHebrewStrongsKeys && !hasGreekStrongsKeys) {
// In case of a dictionary module we ignore it if there are not Strong's keys
continue;
}
}*/

if (hebrewStrongsKeys && !hasHebrewStrongsKeys) {
continue;
Expand Down

0 comments on commit aee98ca

Please sign in to comment.