Skip to content

Commit

Permalink
Update tense descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
impucky committed Dec 16, 2024
1 parent e0630c8 commit 2f5ea63
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ext/js/language/fr/french-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,9 @@ export const frenchTransforms = {
},

// Imparfait de l'indicatif
'imperfect': {
name: 'imperfect',
description: 'Imperfect tense of a verb',
'imperfect indicative': {
name: 'imperfect indicative',
description: 'Imperfect indicative form of a verb',
rules: [
// Auxiliaire être et avoir
suffixInflection('étais', 'être', ['v'], ['v']),
Expand Down Expand Up @@ -1164,7 +1164,7 @@ export const frenchTransforms = {
// Futur simple
'future': {
name: 'future',
description: 'Future tense of a verb',
description: 'Future form of a verb',
rules: [
// auxiliaire être
suffixInflection('serai', 'être', ['aux'], ['v']),
Expand Down Expand Up @@ -2329,9 +2329,9 @@ export const frenchTransforms = {
},

// Conditionnel
'Conditionnal': {
name: 'conditionnal',
description: 'conditionnal form of a verb',
'Conditional': {
name: 'conditional',
description: 'Conditional form of a verb',
rules: [
// auxiliaire être
suffixInflection('serais', 'être', ['aux'], ['v']),
Expand Down Expand Up @@ -3056,7 +3056,7 @@ export const frenchTransforms = {
// Preterite
'Preterite': {
name: 'Preterite',
description: 'Preterite (past) form of a verb',
description: 'Preterite (simple past) form of a verb',
rules: [
// auxiliaire être
suffixInflection('fus', 'être', ['aux'], ['v']),
Expand Down Expand Up @@ -3666,9 +3666,9 @@ export const frenchTransforms = {
],
},

'progressive': {
name: 'progressive',
description: 'progressive form of a verb',
'present participle': {
name: 'present participle',
description: 'Present participle form of a verb',
rules: [
// 1er groupe : verbes en -er
suffixInflection('ant', 'er', ['v'], ['v']),
Expand Down Expand Up @@ -3717,7 +3717,7 @@ export const frenchTransforms = {
},
'present subjunctive': {
name: 'present subjunctive',
description: 'present subjunctive form of a verb',
description: 'Present subjunctive form of a verb',
rules: [
// 1er Groupe : Verbes en -er
suffixInflection('e', 'er', ['v'], ['v']),
Expand Down

0 comments on commit 2f5ea63

Please sign in to comment.