From 9bfce603bae06596a80bbdb66a4af3f9b963c04f Mon Sep 17 00:00:00 2001 From: sigmar Date: Tue, 24 Mar 2020 09:00:13 +0100 Subject: [PATCH] Ajout fichiers de base --- fr.json | 3 +++ module.json | 11 +++++++++++ wh4_fr.js | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 fr.json create mode 100644 module.json create mode 100644 wh4_fr.js diff --git a/fr.json b/fr.json new file mode 100644 index 0000000..d396492 --- /dev/null +++ b/fr.json @@ -0,0 +1,3 @@ +{ + "Friend": "Mellon" +} diff --git a/module.json b/module.json new file mode 100644 index 0000000..382d7f6 --- /dev/null +++ b/module.json @@ -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" + } +} diff --git a/wh4_fr.js b/wh4_fr.js new file mode 100644 index 0000000..4ce2065 --- /dev/null +++ b/wh4_fr.js @@ -0,0 +1,3 @@ +Hooks.once("init", function() { + CONFIG.supportedLanguages["fr"] = "fr"; +})