ENH: Translation update

This commit is contained in:
U~man
2020-05-18 18:25:41 +02:00
parent 2041ff7d76
commit 081bda2ace
2 changed files with 135 additions and 0 deletions

25
module.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "swade-fr",
"title": "SWADE French translation",
"description": "Adds French(FRANCE) to the SWADE system",
"version": "0.1.0",
"minimumCoreVersion" : "0.5.7",
"compatibleCoreVersion" : "0.5.7",
"author": "Leratier Bretonnien, U~man",
"scripts": [],
"styles": [],
"packs": [],
"languages": [
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "fr.json"
}
],
"url": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-fr",
"manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-fr/-/raw/master/module.json",
"download": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-fr/-/archive/master/foundryvtt-swade-fr-master.zip"
}