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