Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
impucky committed Dec 16, 2024
1 parent 2f5ea63 commit 91a8611
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion ext/js/language/fr/french-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -3835,8 +3835,24 @@ export const frenchTransforms = {
suffixInflection('ssiez', 'ir', ['v'], ['v']),
suffixInflection('ssent', 'ir', ['v'], ['v']),

// TODO (add some irregular verbs) ///
// TODO (add some irregular verbs) //
],
},
/* TODO: Add more tenses (someone better versed on grammar should take a look):
*
* Currently missing as far as I can tell:
* Indicatif: Passé composé, Passé antérieur, Plus-que-parfait, Futur antérieur
* Subjonctif: Passé, Imparfait, Plus-que-parfait
* Conditionnel: Passé première/deuxième forme
* Impératif: Passé
* Participe: Passé
* Gérondif: Passé, Présent
*
* A lot of these are compound tenses (être/avoir + verb) which I don't know if there is a good way to handle
* There is also a lot of overlap which can be impossible to distinguish.
* Passé composé is probably the most useful one missing currently but it's compound.
*/

// TODO: Add gender + better plural de-inflection?
},
};

0 comments on commit 91a8611

Please sign in to comment.