Skip to content

Commit

Permalink
Changes for renamed modules: i.e., abpen_th to abpen_sb, abpgk_th to …
Browse files Browse the repository at this point in the history
…abpgk_sb
  • Loading branch information
dmckinnon78 committed Oct 1, 2023
1 parent dcf033e commit 0dd308c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions step-core/src/main/resources/step.core.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ app.languages.partial=sq,nl,fr,no,uk,cy
app.bibleRanges=whole_bible,old_testament,new_testament,the_pentateuch,history_books,poetic_books,prophets,gospels_and_acts,epistles

#Shorter version names
app.versions.stepPrefix.ABpEn_th=ABEn
app.versions.stepPrefix.ABpGk_th=ABGk
app.versions.stepPrefix.ABpEn_sb=ABEn
app.versions.stepPrefix.ABpGk_sb=ABGk
app.versions.stepPrefix.Aleppo=Alep
app.versions.stepPrefix.Antoniades=Ant
app.versions.stepPrefix.ChiUn=CUn
Expand Down Expand Up @@ -263,7 +263,7 @@ app.versions.shortName.Wycliffe=John Wycliffe Bible 1395 in Middle English
app.versions.shortName.YLT=Young's very literal translation 1898

#septuagint versions
app.septuagintVersions=LXX,ABPGRK,ABP,ABpGk_th,ABpEn_th,LXX_th
app.septuagintVersions=LXX,ABPGRK,ABP,ABpGk_sb,ABpEn_sb,LXX_th

#Test data related questions
test.data.load=true
Expand Down
8 changes: 4 additions & 4 deletions step-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<sword.home>${sword.home}</sword.home>
<jsword.home>${jsword.home}</jsword.home>
<explodedPackages>${project.build.directory}/explodedPackages</explodedPackages>
<modulesToInclude>esv_th,kjv,chiun,chiuns,osmhb,THOT,lxx_th,sblg_th,niv,abpen_th,abpgk_th,sparv1909,FreSeg21,cpdv</modulesToInclude>
<indexesToInclude>ESV_th,KJV,ChiUn,ChiUns,OSMHB,THOT,LXX_th,SBLG_th,NIV,abpen_th,abpgk_th,SpaRV1909,FreSeg21,CPDV</indexesToInclude>
<modulesToInclude>esv_th,kjv,chiun,chiuns,osmhb,THOT,lxx_th,sblg_th,niv,abpen_sb,abpgk_sb,sparv1909,FreSeg21,cpdv</modulesToInclude>
<indexesToInclude>ESV_th,KJV,ChiUn,ChiUns,OSMHB,THOT,LXX_th,SBLG_th,NIV,abpen_sb,abpgk_sb,SpaRV1909,FreSeg21,CPDV</indexesToInclude>
</properties>

<build>
Expand Down Expand Up @@ -113,8 +113,8 @@
<profile>
<id>standalone-zh</id>
<properties>
<modulesToInclude>esv_th,kjv,chiun,chiuns,chincvt,chincvs,osmhb,THOT,lxx_th,sblg_th,niv,abpen_th,abpgk_th,sparv1909</modulesToInclude>
<indexesToInclude>ESV_th,KJV,ChiUn,ChiUns,ChiNCVt,ChiNCVs,OSMHB,THOT,LXX_th,SBLG_th,NIV,abpen_th,abpgk_th,SpaRV1909</indexesToInclude>
<modulesToInclude>esv_th,kjv,chiun,chiuns,chincvt,chincvs,osmhb,THOT,lxx_th,sblg_th,niv,abpen_sb,abpgk_sb,sparv1909</modulesToInclude>
<indexesToInclude>ESV_th,KJV,ChiUn,ChiUns,ChiNCVt,ChiNCVs,OSMHB,THOT,LXX_th,SBLG_th,NIV,abpen_sb,abpgk_sb,SpaRV1909</indexesToInclude>
</properties>
</profile>
</profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var PickBibleView = Backbone.View.extend({
ancientOrder: [
[__s.widely_used, ['THOT', 'LXX', 'THGNT', 'Byz', 'TR', 'SBLG']],
[__s.hebrew_ot, ['THOT', "Alep", "OHB", "WLC", "MapM"]],
[__s.greek_ot, ["LXX_th", "AB", "abpen_th", "abpgk_th"]],
[__s.greek_ot, ["LXX_th", "AB", "abpen_sb", "abpgk_sb"]],
[__s.greek_nt, ["Ant", "Byz", "Elzevir", "Nestle", "SBLG", "SRGNT", "THGNT", "Tisch", "TNT", "TR", "WHNU"]],
[__s.coptic_texts, ["CopNT", "CopSahHorner", "CopSahidica", "CopSahidicMSS"]],
[__s.latin_texts, ["DRC", "Vulgate", "VulgSistine", "VulgHetzenauer", "VulgConte", "VulgClementine"]],
Expand Down

0 comments on commit 0dd308c

Please sign in to comment.