Améliorer le choix du type d'objet à créer #143

Utilisation du fichier de langue
Utilisation de la même référence pour les compendiums
Fix sur les compendium, le type n'apparaissait pas toujours
This commit is contained in:
Vincent Vandemeulebrouck
2021-05-24 00:43:46 +02:00
parent 8e53759170
commit 286eaafe4e
5 changed files with 73 additions and 42 deletions

View File

@ -320,7 +320,10 @@
}
],
"library": false,
"languages": [],
"languages": [
{ "lang": "en", "name": "English", "path": "lang/fr.json", "unreal": "this is a trick"},
{ "lang": "fr", "name": "Français", "path": "lang/fr.json" }
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "sante.vie",