Skip to content

Commit

Permalink
english grammar: adverb form of some adjectives
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Apr 2, 2024
1 parent 2c5af21 commit bd93ae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/js/language/en/english-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ export const englishTransforms = {
name: 'adverb',
description: 'Adverb form of an adjective',
rules: [
suffixInflection('ly', '', ['adv'], ['adj'])
suffixInflection('ly', '', ['adv'], ['adj']), // 'quickly'
suffixInflection('ily', 'y', ['adv'], ['adj']), // 'happily'
suffixInflection('ly', 'le', ['adv'], ['adj']) // 'humbly'
]
},
{
Expand Down

0 comments on commit bd93ae5

Please sign in to comment.