Grammalecte  Diff

Differences From Artifact [0ad6fe5843]:

To Artifact [e2613ddcd2]:


1

2
3
4
5
6
7
8
//// GRAMMAR CHECKING ENGINE PLUGIN: Parsing functions for French language


function rewriteSubject (s1, s2) {
    // s1 is supposed to be prn/patr/npr (M[12P])
    if (s2 == "lui") {
        return "ils";
    }
    if (s2 == "moi") {

>







1
2
3
4
5
6
7
8
9
//// GRAMMAR CHECKING ENGINE PLUGIN: Parsing functions for French language
/*jslint esversion: 6*/

function rewriteSubject (s1, s2) {
    // s1 is supposed to be prn/patr/npr (M[12P])
    if (s2 == "lui") {
        return "ils";
    }
    if (s2 == "moi") {