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"; +})