Ajout fichiers de base

This commit is contained in:
sigmar 2020-03-24 09:00:13 +01:00
parent 0719f118e5
commit 9bfce603ba
3 changed files with 17 additions and 0 deletions

3
fr.json Normal file
View File

@ -0,0 +1,3 @@
{
"Friend": "Mellon"
}

11
module.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.",
"version": 0.1,
"author": "LeRatierBretonnien",
"scripts": ["wh4_fr.js"],
"languages": {
"fr": "fr.json"
}
}

3
wh4_fr.js Normal file
View File

@ -0,0 +1,3 @@
Hooks.once("init", function() {
CONFIG.supportedLanguages["fr"] = "fr";
})