Skip to content

Commit

Permalink
Merge pull request #46 from unfoldingWord/bugfix-joel-7113-tn-categories
Browse files Browse the repository at this point in the history
added note categories
  • Loading branch information
mannycolon authored Jul 30, 2021
2 parents 98fb0d8 + 0bc2a64 commit 9ed5f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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": "0.9.22",
"version": "0.9.23",
"description": "Parses the translationNotes TSVs files to generate the GroupIndex and GroupData for the translationCore Desktop app.",
"main": "lib/index.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/tNoteGroupIdCategorization.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ export const tNotesCategories = {
'figs-rpronouns': 'Reflexive Pronouns',
'figs-gendernotations': 'When Masculine Words Include Women',
'grammar-connect-logic-goal': 'Connect - Goal (Purpose) Relationship',
'grammar-connect-exceptions': 'Connect - Exception Clauses',
'grammar-connect-logic-contrast': 'Connect - Contrast Relationship',
'grammar-connect-logic-result': 'Connect - Reason-and-Result Relationship',
},
other: {
'guidelines-sonofgodprinciples': 'Translating Son and Father',
Expand Down

0 comments on commit 9ed5f34

Please sign in to comment.