-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporating updates and fixes from as many forks as possible; Fixes for parsing Russian Bible references #55
Open
bibleutils
wants to merge
90
commits into
openbibleinfo:master
Choose a base branch
from
bibleutils:join-fork
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This simplifies the process significantly, as all dependencies are explicit (except for perl) and installed with a single command. The npm scripts are somewhat cleaner and more accessible than the perl scripts and the previously documented test script did not exist!
Add missing case-number endings to initial constants
Use npm for dependencies & scripts and improve de/data.txt
as the did not work as expected
Update German data.txt
This simplifies the process significantly, as all dependencies are explicit (except for perl) and installed with a single command. The npm scripts are somewhat cleaner and more accessible than the perl scripts and the previously documented test script did not exist!
- Adds Umlaute for ff check - Adds missing, common book abbreviations - Removes some Vulgate book names that were used. They seem out of place in a parser for _German_ Bible references. If they are used e.g. in academia, all Vulgate book names should be added. - Corrects order, as previous must never match later book name
Activate building on Travis & add German '$NEXT' option with 'f'
…ference-Parser into philipbs-changes
…ge-Reference-Parser into renehamburgers-changes
…erence-Parser into alerques-changes # Conflicts: # .gitignore # bin/js/frak.min.js # js/ar_bcv_parser.js # js/ascii_bcv_parser.js # js/bg_bcv_parser.js # js/ceb_bcv_parser.js # js/cs_bcv_parser.js # js/da_bcv_parser.js # js/de_bcv_parser.js # js/el_bcv_parser.js # js/en_bcv_parser.js # js/en_bcv_parser.min.js # js/fi_bcv_parser.js # js/fr_bcv_parser.js # js/full_bcv_parser.js # js/he_bcv_parser.js # js/hi_bcv_parser.js # js/hr_bcv_parser.js # js/ht_bcv_parser.js # js/hu_bcv_parser.js # js/is_bcv_parser.js # js/it_bcv_parser.js # js/ja_bcv_parser.js # js/jv_bcv_parser.js # js/ko_bcv_parser.js # js/la_bcv_parser.js # js/mk_bcv_parser.js # js/mr_bcv_parser.js # js/ne_bcv_parser.js # js/nl_bcv_parser.js # js/no_bcv_parser.js # js/or_bcv_parser.js # js/pa_bcv_parser.js # js/pl_bcv_parser.js # js/pt_bcv_parser.js # js/ro_bcv_parser.js # js/ru_bcv_parser.js # js/sk_bcv_parser.js # js/so_bcv_parser.js # js/sq_bcv_parser.js # js/sr_bcv_parser.js # js/sv_bcv_parser.js # js/sw_bcv_parser.js # js/ta_bcv_parser.js # js/th_bcv_parser.js # js/tl_bcv_parser.js # js/tr_bcv_parser.js # js/uk_bcv_parser.js # js/ur_bcv_parser.js # js/vi_bcv_parser.js # js/zh_bcv_parser.js # src/en/regexps.coffee # src/en/translations.coffee # src/full/regexps.coffee # src/full/translations.coffee # src/tr/book_names.txt # src/tr/data.txt # src/tr/grammar.pegjs # src/tr/regexps.coffee # src/tr/spec.coffee # src/tr/translations.coffee # test/js/en.spec.js # test/js/full.spec.js # test/js/tr.spec.js
…eference-Parser into glowspaces-changes
Corrections for the Russian Bible chapter and versification differences
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.