node-sword-interface 1.0.28 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -288,10 +288,10 @@ vector<SWModule*> RepositoryInterface::getRepoModulesByLang(string repoName,
|
|
|
288
288
|
continue;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
if (moduleType == ModuleType::dict && !hasHebrewStrongsKeys && !hasGreekStrongsKeys) {
|
|
291
|
+
/*if (moduleType == ModuleType::dict && !hasHebrewStrongsKeys && !hasGreekStrongsKeys) {
|
|
292
292
|
// In case of a dictionary module we ignore it if there are not Strong's keys
|
|
293
293
|
continue;
|
|
294
|
-
}
|
|
294
|
+
}*/
|
|
295
295
|
|
|
296
296
|
if (hebrewStrongsKeys && !hasHebrewStrongsKeys) {
|
|
297
297
|
continue;
|