Compare commits
9 Commits
foundryvtt
...
foundryvtt
Author | SHA1 | Date | |
---|---|---|---|
26fada844f | |||
1a26c299fb | |||
29e72c233d | |||
50a6d43dfa | |||
3243eb5de6 | |||
9bb80cf7b0 | |||
9f1dcea2d8 | |||
3f1a10e75c | |||
aef26eabcc |
@ -18,9 +18,9 @@ It aims to translate all text, including :
|
||||
Pour l'installer, suivre ces instructions :
|
||||
|
||||
1. Au sein de Foundry, allez dans le menu "Configuration and Setup", puis sur l'onglet "Modules"
|
||||
2. Installez le module de françisation de l'interface principale : https://gitlab.com/baktov.sugar/foundryvtt-lang-fr-fr/raw/master/fr-FR/module.json
|
||||
3. Installez le module 'babele' : https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json
|
||||
4. Installez ce module WH4-fr : https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/raw/master/module.json
|
||||
2. Installez le module de françisation de l'interface principale ("core FR" dans la recherche de modules)
|
||||
3. Installez le module 'babele' ("babele" dans la recherche de modules)
|
||||
4. Installez ce module WH4-fr : ("Translation" ou "French" ou "wfrp4" dans la recherche de modules)
|
||||
|
||||
[IN FRENCH ONLY BELOW]
|
||||
|
||||
|
12
module.json
12
module.json
@ -1,15 +1,19 @@
|
||||
{
|
||||
"id": "wh4-fr-translation",
|
||||
"name": "wh4-fr-translation",
|
||||
"title": "WFRP4e - Core Module en français.",
|
||||
"description": "Traduction Française pour Warhammer v4.",
|
||||
"authors": [ {"name":"LeRatierBretonnien" }],
|
||||
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
|
||||
"flags": {},
|
||||
"version": "6.1.1",
|
||||
"version": "6.1.6",
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "9.283"
|
||||
"minimum": "9.280",
|
||||
"verified": "10.284",
|
||||
"maximum": "10"
|
||||
},
|
||||
"minimumCoreVersion": "9",
|
||||
"compatibleCoreVersion": "9",
|
||||
"scripts": [],
|
||||
"esmodules": [
|
||||
"babele-register.js",
|
||||
@ -140,7 +144,7 @@
|
||||
},
|
||||
"socket": false,
|
||||
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v4/module.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.1.1.zip",
|
||||
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.1.6.zip",
|
||||
"protected": false,
|
||||
"coreTranslation": false,
|
||||
"library": false
|
||||
|
Reference in New Issue
Block a user