diff --git a/lang/de.json b/lang/de.json index 7ad641c..d1b86a7 100644 --- a/lang/de.json +++ b/lang/de.json @@ -448,5 +448,12 @@ "BOL.ui.bioeyes": "Augen", "BOL.ui.biosigns": "Erkennungszeichen", "BOL.ui.biodescription": "Beschreibung", - "BOL.ui.bionotes": "Notizen" + "BOL.ui.bionotes": "Notizen", + + "BOL.chat.welcome1": "Welcome to Barbarians of Lemuria (Ludospherik version)", + "BOL.chat.welcome2": "Books are necessary to play, and ca be found here : http://www.ludospherik.fr/content/14-barbarians-of-lemuria", + "BOL.chat.welcome3": "The integrated maps are authorized by Guillaume Tavernier and Ludospherik. Thanks to them !.", + "BOL.chat.welcome4": "All support for this system is available on this Discord server : https://discord.gg/pPSDNJk", + "BOL.chat.welcome5": "Good game in Lemuria !" + } diff --git a/lang/en.json b/lang/en.json index 9fae595..b30107b 100644 --- a/lang/en.json +++ b/lang/en.json @@ -444,6 +444,12 @@ "BOL.ui.bioeyes": "Eyes", "BOL.ui.biosigns": "Signs", "BOL.ui.biodescription": "Description", - "BOL.ui.bionotes": "Notes" + "BOL.ui.bionotes": "Notes", + + "BOL.chat.welcome1": "Welcome to Barbarians of Lemuria (Ludospherik version)", + "BOL.chat.welcome2": "Books are necessary to play, and ca be found here : http://www.ludospherik.fr/content/14-barbarians-of-lemuria", + "BOL.chat.welcome3": "The integrated maps are authorized by Guillaume Tavernier and Ludospherik. Thanks to them !.", + "BOL.chat.welcome4": "All support for this system is available on this Discord server : https://discord.gg/pPSDNJk", + "BOL.chat.welcome5": "Good game in Lemuria !" } \ No newline at end of file diff --git a/lang/fr.json b/lang/fr.json index 78dc06d..27416c3 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -421,7 +421,12 @@ "BOL.ui.bioeyes": "Yeux", "BOL.ui.biosigns": "Signes distinctifs", "BOL.ui.biodescription": "Description", - "BOL.ui.bionotes": "Notes" + "BOL.ui.bionotes": "Notes", + "BOL.chat.welcome1": "Bienvenue dans Barbarians of Lemuria (Ludospherik version)", + "BOL.chat.welcome2": "Les livres nécessaires pour jouer sont disponibles sur le site de l'éditeur : http://www.ludospherik.fr/content/14-barbarians-of-lemuria", + "BOL.chat.welcome3": "Les cartes intégrées au système le sont grace à l'aimable autorisation de leur auteur Guillaume Tavernier et des éditions Ludospherik. Merci à eux !.", + "BOL.chat.welcome4": "Tout le support et le suivi de ce système est disponible via le Discord Foundry FR : https://discord.gg/pPSDNJk", + "BOL.chat.welcome5": "Bon jeu en Lemurie !" } \ No newline at end of file diff --git a/module/bol.js b/module/bol.js index 7bbe8e6..2a734a7 100644 --- a/module/bol.js +++ b/module/bol.js @@ -95,12 +95,12 @@ function welcomeMessage() { user: game.user.id, whisper: [game.user.id], content: `
- Bienvenue dans Barbarians of Lemuria (Ludospherik version) -

Les livres nécessaires pour jouer sont disponibles sur le site de l'éditeur : http://www.ludospherik.fr/content/14-barbarians-of-lemuria

-

Les cartes intégrées au système le sont grace à l'aimable autorisation de leur auteur Guillaume Tavernier et des éditions Ludospherik. Merci à eux !. -

Tout le support et le suivi de ce système es disponible via le Discord Foundry FR : https://discord.gg/pPSDNJk

-

Bon jeu en Lemurie !

- ` }); + ` + game.i18n.localize("BOL.chat.welcome1") + `

` + + game.i18n.localize("BOL.chat.welcome2") + "

" + + game.i18n.localize("BOL.chat.welcome3") + "

" + + game.i18n.localize("BOL.chat.welcome4") + "

" + + game.i18n.localize("BOL.chat.welcome5") + "

" + } ) } /* -------------------------------------------- */ diff --git a/system.json b/system.json index 36a21ba..999ac5c 100644 --- a/system.json +++ b/system.json @@ -14,7 +14,7 @@ "url": "https://github.com/ZigmundKreud/bol", "license": "LICENSE.txt", "flags": {}, - "version": "1.3.14", + "version": "1.3.15", "templateVersion": 10, "minimumCoreVersion": "0.8.6", "compatibleCoreVersion": "9",