Compare commits
3 Commits
foundryvtt
...
foundryvtt
Author | SHA1 | Date | |
---|---|---|---|
3243eb5de6 | |||
9bb80cf7b0 | |||
9f1dcea2d8 |
@ -18,9 +18,9 @@ It aims to translate all text, including :
|
|||||||
Pour l'installer, suivre ces instructions :
|
Pour l'installer, suivre ces instructions :
|
||||||
|
|
||||||
1. Au sein de Foundry, allez dans le menu "Configuration and Setup", puis sur l'onglet "Modules"
|
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
|
2. Installez le module de françisation de l'interface principale ("core FR" dans la recherche de modules)
|
||||||
3. Installez le module 'babele' : https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json
|
3. Installez le module 'babele' ("babele" dans la recherche de modules)
|
||||||
4. Installez ce module WH4-fr : https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/raw/master/module.json
|
4. Installez ce module WH4-fr : ("Translation" ou "French" ou "wfrp4" dans la recherche de modules)
|
||||||
|
|
||||||
[IN FRENCH ONLY BELOW]
|
[IN FRENCH ONLY BELOW]
|
||||||
|
|
||||||
|
@ -5,12 +5,14 @@
|
|||||||
"authors": [ {"name":"LeRatierBretonnien" }],
|
"authors": [ {"name":"LeRatierBretonnien" }],
|
||||||
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
|
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"version": "6.1.2",
|
"version": "6.1.4",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "9",
|
"minimum": "9.280",
|
||||||
"verified": "10.284",
|
"verified": "10.284",
|
||||||
"maximum": "10"
|
"maximum": "10"
|
||||||
},
|
},
|
||||||
|
"minimumCoreVersion": "9",
|
||||||
|
"compatibleCoreVersion": "10",
|
||||||
"scripts": [],
|
"scripts": [],
|
||||||
"esmodules": [
|
"esmodules": [
|
||||||
"babele-register.js",
|
"babele-register.js",
|
||||||
@ -141,7 +143,7 @@
|
|||||||
},
|
},
|
||||||
"socket": false,
|
"socket": false,
|
||||||
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v4/module.json",
|
"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.2.zip",
|
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.1.4.zip",
|
||||||
"protected": false,
|
"protected": false,
|
||||||
"coreTranslation": false,
|
"coreTranslation": false,
|
||||||
"library": false
|
"library": false
|
||||||
|
Reference in New Issue
Block a user