75
76
77
78
79
80
81
82
83
84
85
|
catch (e) {
console.log(e);
return "## erreur, code : " + sSfx + " ##";
}
}
exports.isFemForm = isFemForm;
exports.getMasForm = getMasForm;
exports.hasMiscPlural = hasMiscPlural;
exports.getMiscPlural = getMiscPlural;
|
>
|
|
|
|
>
|
75
76
77
78
79
80
81
82
83
84
85
86
87
|
catch (e) {
console.log(e);
return "## erreur, code : " + sSfx + " ##";
}
}
if (typeof(exports) !== 'undefined') {
exports.isFemForm = isFemForm;
exports.getMasForm = getMasForm;
exports.hasMiscPlural = hasMiscPlural;
exports.getMiscPlural = getMiscPlural;
}
|