discrod -> discord
This commit is contained in:
@@ -28,15 +28,15 @@
|
||||
"content": "Follow the guide :",
|
||||
"edge": "Go to the Edge-Studio website",
|
||||
"drive": "Buy a PDF of the game...",
|
||||
"discrod": "FoundryVTT Official Discord",
|
||||
"discord": "FoundryVTT Official Discord",
|
||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||
"alt": "Online Help",
|
||||
"edge-info": "your browser will open the EDGE STUDIO website",
|
||||
"edge-link": "https://edge-studio.net/",
|
||||
"drive-info": "your browser will open the DriveThruRpg site of Edge Studio",
|
||||
"drive-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio",
|
||||
"discrod-info": "Your browser will open on the official Foundry discord",
|
||||
"discrod-link": "https://discordapp.com/invite/DDBZUDf"
|
||||
"discord-info": "Your browser will open on the official Foundry discord",
|
||||
"discord-link": "https://discordapp.com/invite/DDBZUDf"
|
||||
},
|
||||
"rings": {
|
||||
"title": "Rings",
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
"edge-link": "https://edge-studio.net/",
|
||||
"drive-info": "tu navegador abrirá el sitio DriveThruRpg de Edge Studio",
|
||||
"drive-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio",
|
||||
"discrod-info": "Su navegador se abrirá a la discordia oficial de la Fundición",
|
||||
"discrod-link": "https://discordapp.com/invite/DDBZUDf"
|
||||
"discord-info": "Su navegador se abrirá a la discordia oficial de la Fundición",
|
||||
"discord-link": "https://discordapp.com/invite/DDBZUDf"
|
||||
},
|
||||
"rings": {
|
||||
"title": "Anillos",
|
||||
|
||||
@@ -28,15 +28,15 @@
|
||||
"content": "Suivez le guide :",
|
||||
"edge": "Accéder au site de Edge Studio.",
|
||||
"drive": "Acheter un PDF du jeu ?",
|
||||
"discrod": "rejoignez le Discord Francophone",
|
||||
"discord": "rejoignez le Discord Francophone",
|
||||
"src": "systems/l5r5e/assets/l5r-logo.webp",
|
||||
"alt": "Aide en Ligne",
|
||||
"edge-info": "Votre navigateur va ouvrir le site de Edge Studio.",
|
||||
"edge-link": "https://edge-studio.net/",
|
||||
"drive-info": "Votre navigateur va ouvrir le site DriveThruRpg de Edge Studio.",
|
||||
"drive-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio",
|
||||
"discrod-info": "Votre navigateur va ouvrir le discord francophone de foundry.",
|
||||
"discrod-link": "https://discord.gg/pPSDNJk"
|
||||
"discord-info": "Votre navigateur va ouvrir le discord francophone de foundry.",
|
||||
"discord-link": "https://discord.gg/pPSDNJk"
|
||||
},
|
||||
"rings": {
|
||||
"title": "Anneaux",
|
||||
|
||||
@@ -189,8 +189,8 @@ Hooks.once("ready", async function () {
|
||||
}
|
||||
// -- Open Function Discord Link
|
||||
function openDiscord() {
|
||||
ui.notifications.info(game.i18n.localize("l5r5e.logo.discrod-info"));
|
||||
var windowObjectReference = window.open(game.i18n.localize("l5r5e.logo.discrod-link"), "_blank");
|
||||
ui.notifications.info(game.i18n.localize("l5r5e.logo.discord-info"));
|
||||
var windowObjectReference = window.open(game.i18n.localize("l5r5e.logo.discord-link"), "_blank");
|
||||
}
|
||||
|
||||
//-- Logo Menu Link
|
||||
@@ -210,7 +210,7 @@ Hooks.once("ready", async function () {
|
||||
},
|
||||
three: {
|
||||
icon: '<i class="fas fa-check"></i>',
|
||||
label: game.i18n.localize("l5r5e.logo.discrod"),
|
||||
label: game.i18n.localize("l5r5e.logo.discord"),
|
||||
callback: () => openDiscord(),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user