Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into issue-42
Browse files Browse the repository at this point in the history
  • Loading branch information
Bridget Almas committed Aug 27, 2018
2 parents 7edc534 + 65ddb68 commit 6557937
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
10 changes: 7 additions & 3 deletions dist/alpheios-data-models.js

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

2 changes: 1 addition & 1 deletion dist/alpheios-data-models.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alpheios-data-models.min.js

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions dist/alpheios-data-models.node.js

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

2 changes: 1 addition & 1 deletion dist/alpheios-data-models.node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alpheios-data-models.node.min.js

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ export const i18n = {
},
comparative: {
full: 'comparative',
abbr: 'com.'
abbr: 'comp.'
},
superlative: {
full: 'superlative',
abbr: 'sup.'
abbr: 'super.'
},
singular: {
full: 'singular',
Expand All @@ -79,13 +79,17 @@ export const i18n = {
full: 'perfect',
abbr: 'perf.'
},
pluperfect: {
full: 'pluperfect',
abbr: 'pluperf.'
},
plusquamperfect: {
full: 'plusquamperfect',
abbr: 'pqpf.'
},
'future perfect': {
full: 'future perfect',
abbr: 'fex.'
abbr: 'fut. perf.'
},
future: {
full: 'future',
Expand Down

0 comments on commit 6557937

Please sign in to comment.