Add french localization support for beta testing

This commit is contained in:
maddiebaka
2023-08-28 14:10:28 -04:00
parent d87ddbcd8c
commit fcd45115a8
14 changed files with 7177 additions and 16 deletions

View File

@@ -0,0 +1,46 @@
[
{
"pos": "n",
"definition": "nom principal"
},
{
"pos": "mod",
"definition": "modificateur (adjectif ou adverbe)"
},
{
"pos": "sep",
"definition": "séparateur"
},
{
"pos": "vt",
"definition": "verbe transitif (généralement utilisé avec \"e\")"
},
{
"pos": "vi",
"definition": "verbe intransitif"
},
{
"pos": "interj",
"definition": "interjection"
},
{
"pos": "prep",
"definition": "quasi-préposition"
},
{
"pos": "conj",
"definition": "conjonction"
},
{
"pos": "kama",
"definition": "verbe composé précédé de \"kama\""
},
{
"pos": "cont",
"definition": "mot de contexte utilisé avant \"la\""
},
{
"pos": "oth",
"definition": "mot spécial, autre"
}
]