Skip to content

Commit

Permalink
update aligned bible precedence list (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: PhotoNomad0 <[email protected]>
  • Loading branch information
PhotoNomad0 and PhotoNomad0 authored Oct 16, 2024
1 parent a0b04d6 commit 6ab0a73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsv-groupdata-parser",
"version": "1.1.0-beta.5",
"version": "1.1.1",
"description": "Parses the translationNotes TSVs files to generate the GroupIndex and GroupData for the translationCore Desktop app.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/resourcesHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function getLatestVersionInPath(resourcePath) {
* @returns {string}
*/
export function getBibleIdForLanguage(biblesPath) {
const biblePrecedence = ['irv', 'ult', 'ulb', 'ust', 'udb']; // Used to determine which may be the more dominate Bible version
const biblePrecedence = ['irv', 'ult', 'ulb', 'ust', 'udb', 'glt', 'gst']; // Used to determine which may be the more dominate Bible version
const bibleList = fs.readdirSync(biblesPath).sort();

if (bibleList.length === 0) {
Expand Down

0 comments on commit 6ab0a73

Please sign in to comment.