Grammalecte  Diff

Differences From Artifact [3dc81e8a3f]:

To Artifact [5d3a577c36]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Grammalecte - Conjugueur
// License: GPL 3

"use strict";

${map}


const conj = {
    _lVtyp: [],
    _lTags: [],
    _dPatternConj: {},
    _dVerb: {},

    init: function (sJSONData) {
        try {








|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Grammalecte - Conjugueur
// License: GPL 3

"use strict";

${map}


var conj = {
    _lVtyp: [],
    _lTags: [],
    _dPatternConj: {},
    _dVerb: {},

    init: function (sJSONData) {
        try {